projects
/
barrelfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
c77f838
)
errors: Remove unused error value
author
Simon Gerber
<simon.gerber@inf.ethz.ch>
Tue, 26 Jul 2016 08:51:41 +0000 (10:51 +0200)
committer
Simon Gerber
<simon.gerber@inf.ethz.ch>
Tue, 26 Jul 2016 08:51:41 +0000 (10:51 +0200)
Signed-off-by: Simon Gerber <simon.gerber@inf.ethz.ch>
errors/errno.fugu
patch
|
blob
|
history
diff --git
a/errors/errno.fugu
b/errors/errno.fugu
index
fed1bcc
..
8909cb2
100755
(executable)
--- a/
errors/errno.fugu
+++ b/
errors/errno.fugu
@@
-239,7
+239,6
@@
errors libbarrelfish LIB_ERR_ {
failure SLOT_ALLOC "Failure in slot_alloc()",
failure SLOT_FREE "Failure in slot_free()",
failure SLOT_UNALLOCATED "slot_free() was called on an unallocated slot",
- failure SLOT_ALLLOC_REFILL "Failure in slot_alloc_refill()",
// vspace
failure VSPACE_CURRENT_INIT "Failure in vspace_current_init()",