[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / runtime / hooks / SizeHooks.lc
diff --git a/ghc/runtime/hooks/SizeHooks.lc b/ghc/runtime/hooks/SizeHooks.lc
deleted file mode 100644 (file)
index acf0d2e..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-\begin{code}
-#include "rtsdefs.h"
-
-void
-defaultsHook (void)
-{ /* this is called *after* RTSflags has had
-     its defaults set, but *before* we start
-     processing the RTS command-line options.
-
-     This default version does *nothing*.
-     The user may provide a more interesting
-     one.
-  */
-}
-\end{code}