From 02cb280946a1efe2532e86c0ea61d48d3c26a3cd Mon Sep 17 00:00:00 2001 From: Robert Konrad Date: Mon, 10 Feb 2025 22:46:29 +0100 Subject: [PATCH] Remove more over-ambitious asserts --- Sources/integrations/kope.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Sources/integrations/kope.c b/Sources/integrations/kope.c index 040946b..06fce7d 100644 --- a/Sources/integrations/kope.c +++ b/Sources/integrations/kope.c @@ -819,7 +819,6 @@ void kope_export(char *directory, api_kind api) { break; } default: - assert(false); break; } } @@ -839,7 +838,6 @@ void kope_export(char *directory, api_kind api) { } break; default: - assert(false); break; } } @@ -868,7 +866,6 @@ void kope_export(char *directory, api_kind api) { break; } default: - assert(false); break; } } @@ -899,7 +896,6 @@ void kope_export(char *directory, api_kind api) { break; } default: - assert(false); break; } } @@ -1338,7 +1334,6 @@ void kope_export(char *directory, api_kind api) { } break; default: - assert(false); break; } } @@ -1379,7 +1374,6 @@ void kope_export(char *directory, api_kind api) { break; } default: - assert(false); break; } } @@ -1397,7 +1391,6 @@ void kope_export(char *directory, api_kind api) { } break; default: - assert(false); break; } } @@ -1423,7 +1416,6 @@ void kope_export(char *directory, api_kind api) { } break; default: - assert(false); break; } }