summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common.h b/src/common.h
index 41b719f..a66e55f 100644
--- a/src/common.h
+++ b/src/common.h
@@ -214,7 +214,3 @@ bool merge_hunk (int hunk, struct outstate *, lin where, bool *);
#else
# define merge_hunk(hunk, outstate, where, somefailed) false
#endif
-
-#ifndef ENOTSUP
-#define ENOTSUP (-1)
-#endif