summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/tools/sh/sci.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/tools/sh/sci.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/c/src/exec/score/tools/sh/sci.h b/c/src/exec/score/tools/sh/sci.h
deleted file mode 100644
index b55bbfb670..0000000000
--- a/c/src/exec/score/tools/sh/sci.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef _shgen_sci_h
-#define _shgen_sci_h
-
-#include <stdio.h>
-
-extern int shgen_gensci(
- FILE *file,
- double Phi /* Processor frequency [Hz] */
- );
-
-#endif