summaryrefslogtreecommitdiff
path: root/includes/rts/GetTime.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/rts/GetTime.h')
-rw-r--r--includes/rts/GetTime.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/includes/rts/GetTime.h b/includes/rts/GetTime.h
deleted file mode 100644
index 53207ce307..0000000000
--- a/includes/rts/GetTime.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/* -----------------------------------------------------------------------------
- *
- * (c) The GHC Team, 1995-2009
- *
- * Interface to the RTS time
- *
- * Do not #include this file directly: #include "Rts.h" instead.
- *
- * To understand the structure of the RTS headers, see the wiki:
- * https://gitlab.haskell.org/ghc/ghc/wikis/commentary/source-tree/includes
- *
- * ---------------------------------------------------------------------------*/
-
-#pragma once
-
-StgWord64 getMonotonicNSec (void);