]> git.sur5r.net Git - cc65/blobdiff - src/ld65/tgtcfg.c
Removed the - now unused - empty builtin configuration (was used for the ace
[cc65] / src / ld65 / tgtcfg.c
index 7e7f6c8f8ad6e2c2ffe020df8712375e4d503ca0..38d81141c5481a358ededcfab0067f79956bf49e 100644 (file)
@@ -6,10 +6,10 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 1998-2004 Ullrich von Bassewitz                                       */
-/*               Römerstrasse 52                                             */
-/*               D-70794 Filderstadt                                         */
-/* EMail:        uz@cc65.org                                                 */
+/* (C) 1998-2009, Ullrich von Bassewitz                                      */
+/*                Roemerstrasse 52                                           */
+/*                D-70794 Filderstadt                                        */
+/* EMail:         uz@cc65.org                                                */
 /*                                                                           */
 /*                                                                           */
 /* This software is provided 'as-is', without any expressed or implied       */
@@ -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"
@@ -90,7 +87,6 @@ const TargetDesc Targets[TGT_COUNT] = {
     {   BINFMT_BINARY,  CfgC16          },
     {          BINFMT_BINARY,  CfgC64          },
     {          BINFMT_BINARY,  CfgC128         },
-    {          BINFMT_BINARY,  CfgEmpty        },      /* Ace */
     {          BINFMT_BINARY,  CfgPlus4        },
     {          BINFMT_BINARY,  CfgCBM510       },
     {          BINFMT_BINARY,  CfgCBM610       },