summaryrefslogtreecommitdiff
path: root/libraries/base/include/PackedString.h
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/include/PackedString.h')
-rw-r--r--libraries/base/include/PackedString.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/libraries/base/include/PackedString.h b/libraries/base/include/PackedString.h
deleted file mode 100644
index a0fc8309c3..0000000000
--- a/libraries/base/include/PackedString.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/* -----------------------------------------------------------------------------
- * $Id: PackedString.h,v 1.1 2001/06/28 14:15:04 simonmar Exp $
- *
- * C Definitions for PackedString.hs
- *
- * ---------------------------------------------------------------------------*/
-
-#ifndef PACKEDSTRING_H
-#define PACKEDSTRING_H
-
-/* PackedString.c */
-extern StgInt byteArrayHasNUL__ (StgByteArray ba, StgInt len);
-
-#endif