aboutsummaryrefslogtreecommitdiff
path: root/lib/substitute-internal.h
diff options
context:
space:
mode:
authorcomex2015-02-24 22:51:48 -0500
committercomex2015-02-24 22:51:48 -0500
commit39411262485837b9cfc3042b034117f213d3d415 (patch)
treedbcf48680124953ccb06595ad7de3dfd47efdc12 /lib/substitute-internal.h
parentAdd unaligned read/write functions. (diff)
downloadsubstitute-39411262485837b9cfc3042b034117f213d3d415.tar.gz
fix (and make more robust) strerror.c
Diffstat (limited to 'lib/substitute-internal.h')
-rw-r--r--lib/substitute-internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/substitute-internal.h b/lib/substitute-internal.h
index 8f900a4..80c8b22 100644
--- a/lib/substitute-internal.h
+++ b/lib/substitute-internal.h
@@ -75,7 +75,6 @@ enum {
* can happen are really complicated and dumb, but generally one solution
* is to be root */
SUBSTITUTE_ERR_TASK_FOR_PID = 1000,
- SUBSTITUTE_ERR_TIMEOUT = 1000,
SUBSTITUTE_ERR_MISC,
};