From 7e4a0ed5c67357ea1d2178293b380e15ee556ed8 Mon Sep 17 00:00:00 2001 From: cuz Date: Tue, 1 Aug 2000 15:07:15 +0000 Subject: [PATCH] Remove remaining stuff from the old CHECK macros git-svn-id: svn://svn.cc65.org/cc65/trunk@250 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/ar65/error.c | 16 ---------------- 1 file changed, 16 deletions(-) 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 */ /*****************************************************************************/ -- 2.39.5