[project @ 2005-02-16 11:16:40 by simonmar]
[ghc-hetmet.git] / ghc / rts / RtsUtils.c
index ce1c0a2..646fba9 100644 (file)
@@ -89,15 +89,6 @@ stgFree(void* p)
   free(p);
 }
 
-void 
-_stgAssert (char *filename, unsigned int linenum)
-{
-  fflush(stdout);
-  fprintf(stderr, "ASSERTION FAILED: file %s, line %u\n", filename, linenum);
-  fflush(stderr);
-  abort();
-}
-
 /* -----------------------------------------------------------------------------
    Stack overflow