From 08f176c5aa84aef028bcb2e7878fc44bceb3f150 Mon Sep 17 00:00:00 2001 From: uz Date: Fri, 18 Sep 2009 19:13:59 +0000 Subject: [PATCH] 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 --- src/ld65/tgtcfg.c | 3 --- 1 file changed, 3 deletions(-) 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" -- 2.39.5