aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'common.c')
-rw-r--r--common.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/common.c b/common.c
index f1108ab4..af0eab42 100644
--- a/common.c
+++ b/common.c
@@ -67,21 +67,6 @@ parts of fish.
*/
#define LOCKPOLLINTERVAL 10
-/**
- Highest legal ascii value
-*/
-#define ASCII_MAX 127u
-
-/**
- Highest legal 16-bit unicode value
-*/
-#define UCS2_MAX 0xffffu
-
-/**
- Highest legal byte value
-*/
-#define BYTE_MAX 0xffu
-
struct termios shell_modes;
int error_max=1;