summaryrefslogtreecommitdiffhomepage
path: root/dev/sci/sci_hint.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/sci/sci_hint.h')
-rw-r--r--dev/sci/sci_hint.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev/sci/sci_hint.h b/dev/sci/sci_hint.h
deleted file mode 100644
index b550bac5..00000000
--- a/dev/sci/sci_hint.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/* -------------------------------------------
-
- Copyright ZKA Web Services Co.
-
-------------------------------------------- */
-
-#ifndef __SCI_HINT_H__
-#define __SCI_HINT_H__
-
-#pragma compiler(hint_manifest)
-
-#define _Input
-#define _Output
-
-#define _Optional
-
-#define _StrictCheckInput
-#define _StrictCheckOutput
-
-#define _InOut
-#define _StrictInOut
-
-#endif // ifndef __SCI_HINT_H__