X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fod65%2Ferror.c;h=3d934e5c1832c3577086d8e7ab5303ef0158e770;hb=35e1184901ca38bdb2e56d154ed3b71f6096eacc;hp=8b3da8a46133312f94118361e1f99cf21197e095;hpb=8f320c4ab47b89210ceaaa9e832fc6c92befc71e;p=cc65 diff --git a/src/od65/error.c b/src/od65/error.c index 8b3da8a46..3d934e5c1 100644 --- a/src/od65/error.c +++ b/src/od65/error.c @@ -41,22 +41,6 @@ -/*****************************************************************************/ -/* Data */ -/*****************************************************************************/ - - - -/* Messages for internal compiler errors */ -const char _MsgCheckFailed [] = - "Check failed: `%s' (= %d), file `%s', line %u\n"; -const char _MsgPrecondition [] = - "Precondition violated: `%s' (= %d), file `%s', line %u\n"; -const char _MsgFail [] = - "%s, file `%s', line %u\n"; - - - /*****************************************************************************/ /* Code */ /*****************************************************************************/