diff options
author | Richard Braun <rbraun@sceen.net> | 2017-07-25 20:01:26 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-07-25 20:01:26 +0200 |
commit | 0f214095fecca1a35df76619cb381c6793e0fdcd (patch) | |
tree | 1eb16ffce011dd7707c2ae56b128720512e7ecec /error.c | |
parent | a59f4e53bd02da4d59c6f68df9ecf59333871f2a (diff) |
error: prune unused errors
Diffstat (limited to 'error.c')
-rw-r--r-- | error.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -48,11 +48,7 @@ static const char *errormsg_table[] = { "not enough resources", "operation not permitted", "resource busy", - "memory limit exceeded", "operation timed out", - "operation would block", - "entry not found", - "internal memory allocator failure", "resource temporarily unavailable", "entry exist", }; |