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"