]> git.sur5r.net Git - cc65/commitdiff
Removed the - now unused - empty builtin configuration (was used for the ace
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 18 Sep 2009 19:13:59 +0000 (19:13 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 18 Sep 2009 19:13:59 +0000 (19:13 +0000)
target before).

git-svn-id: svn://svn.cc65.org/cc65/trunk@4194 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/ld65/tgtcfg.c

index 3ba45fbb9bd7f13a845d6b1b28d3983f853c39c5..38d81141c5481a358ededcfab0067f79956bf49e 100644 (file)
@@ -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"