summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/panic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/c/pgf/panic.h')
-rw-r--r--src/runtime/c/pgf/panic.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/runtime/c/pgf/panic.h b/src/runtime/c/pgf/panic.h
deleted file mode 100644
index 00ace7533..000000000
--- a/src/runtime/c/pgf/panic.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef PGF_PANIC_H
-#define PGF_PANIC_H
-
-void __pgf_panic(char *msg);
-
-#endif