1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-27 15:29:46 +00:00

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
This commit is contained in:
uz 2009-09-18 19:13:59 +00:00
parent 9a4ec37b40
commit 08f176c5aa

View 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"