summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/HintKit/CompilerHint.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Kernel/HintKit/CompilerHint.hxx')
-rw-r--r--dev/Kernel/HintKit/CompilerHint.hxx23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev/Kernel/HintKit/CompilerHint.hxx b/dev/Kernel/HintKit/CompilerHint.hxx
deleted file mode 100644
index f0316b50..00000000
--- a/dev/Kernel/HintKit/CompilerHint.hxx
+++ /dev/null
@@ -1,23 +0,0 @@
-/* -------------------------------------------
-
- Copyright ZKA Technologies.
-
-------------------------------------------- */
-
-#ifndef __HINTKIT_COMPILER_HINT_HXX__
-#define __HINTKIT_COMPILER_HINT_HXX__
-
-#pragma compiler(hint_manifest)
-
-#define _Input
-#define _Output
-
-#define _Optional
-
-#define _StrictCheckInput
-#define _StrictCheckOutput
-
-#define _InOut
-#define _StrictInOut
-
-#endif // ifndef __HINTKIT_COMPILER_HINT_HXX__