cleanup; moved extern's from .c to .h files for double check
[fw/sdcc] / src / SDCCpeeph.awk
diff --git a/src/SDCCpeeph.awk b/src/SDCCpeeph.awk
deleted file mode 100644 (file)
index 160e069..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-BEGIN {
-        print "/* Generated file DO NOT Edit */"
-        print "/* To Make changes to rules   */"
-        print "/* edit file SDCCpeeph.def    */"
-}
-
-/^\/\// { next}
-
-{ printf "\"" ;
-  printf "%s",$0;
-  print  "\\n\""; 
-}
-
-