Update to 2.0.0 tree from current Fremantle build
[opencv] / apps / cvenv / EiC / stdClib / iso646.h
diff --git a/apps/cvenv/EiC/stdClib/iso646.h b/apps/cvenv/EiC/stdClib/iso646.h
deleted file mode 100644 (file)
index 30ea0a1..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef EiC_iso646_H
-#define EiC_iso646_H
-
-#define and     &&
-#define and_eq  &=
-#define bitand  &
-#define bitor   |
-#define compl   ~
-#define not     !
-#define not_eq  !=
-#define or      ||
-#define or_eq   |=
-#define xor     ^
-#define xor_eq  ^=
-
-#endif