diff options
Diffstat (limited to 'rts/Hpc.h')
-rw-r--r-- | rts/Hpc.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/rts/Hpc.h b/rts/Hpc.h deleted file mode 100644 index a0ff40b06c..0000000000 --- a/rts/Hpc.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef HPC_H -#define HPC_H - -extern void startupHpc(void); -extern void exitHpc(void); - -#endif /* HPC_H */ - - - |