From: cuz Date: Tue, 1 Aug 2000 15:07:15 +0000 (+0000) Subject: Remove remaining stuff from the old CHECK macros X-Git-Tag: V2.12.0~3268 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7e4a0ed5c67357ea1d2178293b380e15ee556ed8;p=cc65 Remove remaining stuff from the old CHECK macros git-svn-id: svn://svn.cc65.org/cc65/trunk@250 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/ar65/error.c b/src/ar65/error.c index a8b7a83b7..efafb9c81 100644 --- a/src/ar65/error.c +++ b/src/ar65/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 */ /*****************************************************************************/