Skip to content

Commit

Permalink
Remove more over-ambitious asserts
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Feb 10, 2025
1 parent 2db4d62 commit 02cb280
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Sources/integrations/kope.c
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,6 @@ void kope_export(char *directory, api_kind api) {
break;
}
default:
assert(false);
break;
}
}
Expand All @@ -839,7 +838,6 @@ void kope_export(char *directory, api_kind api) {
}
break;
default:
assert(false);
break;
}
}
Expand Down Expand Up @@ -868,7 +866,6 @@ void kope_export(char *directory, api_kind api) {
break;
}
default:
assert(false);
break;
}
}
Expand Down Expand Up @@ -899,7 +896,6 @@ void kope_export(char *directory, api_kind api) {
break;
}
default:
assert(false);
break;
}
}
Expand Down Expand Up @@ -1338,7 +1334,6 @@ void kope_export(char *directory, api_kind api) {
}
break;
default:
assert(false);
break;
}
}
Expand Down Expand Up @@ -1379,7 +1374,6 @@ void kope_export(char *directory, api_kind api) {
break;
}
default:
assert(false);
break;
}
}
Expand All @@ -1397,7 +1391,6 @@ void kope_export(char *directory, api_kind api) {
}
break;
default:
assert(false);
break;
}
}
Expand All @@ -1423,7 +1416,6 @@ void kope_export(char *directory, api_kind api) {
}
break;
default:
assert(false);
break;
}
}
Expand Down

0 comments on commit 02cb280

Please sign in to comment.