aboutsummaryrefslogtreecommitdiff
path: root/src/IO/IO.h
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2016-07-09 02:26:12 +0000
committercorvid <devnull@localhost>2016-07-09 02:26:12 +0000
commit64af298cacd3bd6a4726ab73a0033109825fd0d5 (patch)
treec61d277b3852bf6dd80eb1b736b116f688824c88 /src/IO/IO.h
parentf371629e8298c72bc087f7f6294e121ebdbc4b5c (diff)
rm IO flags, as they are never used
Diffstat (limited to 'src/IO/IO.h')
-rw-r--r--src/IO/IO.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/IO/IO.h b/src/IO/IO.h
index b75488c2..806387a0 100644
--- a/src/IO/IO.h
+++ b/src/IO/IO.h
@@ -14,12 +14,6 @@
#define IOAbort 3
/*
- * IO Flags
- */
-#define IOFlag_ForceClose (1 << 1)
-#define IOFlag_SingleWrite (1 << 2)
-
-/*
* IO constants
*/
#define IOBufLen 8192