From: uz Date: Fri, 18 Sep 2009 19:13:59 +0000 (+0000) Subject: Removed the - now unused - empty builtin configuration (was used for the ace X-Git-Tag: V2.13.0rc1~62 X-Git-Url: https://git.sur5r.net/?p=cc65;a=commitdiff_plain;h=08f176c5aa84aef028bcb2e7878fc44bceb3f150 Removed the - now unused - empty builtin configuration (was used for the ace target before). git-svn-id: svn://svn.cc65.org/cc65/trunk@4194 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/ld65/tgtcfg.c b/src/ld65/tgtcfg.c index 3ba45fbb9..38d81141c 100644 --- a/src/ld65/tgtcfg.c +++ b/src/ld65/tgtcfg.c @@ -48,9 +48,6 @@ -/* An empty config */ -static const char CfgEmpty[] = ""; - /* Actual target configurations, converted into C strings by a perl script */ #include "apple2.inc" #include "apple2enh.inc"