this shouldn't have been in cvs
[fw/sdcc] / src / SDCCsymt.c
index 72ba0d1fcf928fdd84273ef920367fbc76293f2e..2a2000d5fb6e62c8ccccd0e2f4471a6ee36f14cd 100644 (file)
@@ -451,8 +451,6 @@ addDecl (symbol * sym, int type, sym_link * p)
       DCL_TYPE (p) == UPOINTER &&
       DCL_TSPEC (p))
     {
-      fprintf (stderr, "This has to go!\n");
-      exit (43);
       if (!IS_SPEC (sym->etype))
        {
          sym->etype = sym->etype->next = newLink ();