about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard Nyberg <rnyberg@murmeldjur.se>2005-10-05 11:59:48 +0000
committerRichard Nyberg <rnyberg@murmeldjur.se>2005-10-05 11:59:48 +0000
commite982934f6b8de8f124c5a425ca29ebf323a109ee (patch)
treef9352fa3192df71ca2cc834ebb7aa3c78fb74ba2
parent80214ff0fbc4497b8e52e164b3ae58efc9b66f80 (diff)
downloadbtpd-e982934f6b8de8f124c5a425ca29ebf323a109ee.tar.gz
btpd-e982934f6b8de8f124c5a425ca29ebf323a109ee.zip
Remove unused constants.
-rw-r--r--btpd/net.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/btpd/net.h b/btpd/net.h
index 11921d3..e9f563c 100644
--- a/btpd/net.h
+++ b/btpd/net.h
@@ -16,9 +16,7 @@
 #define SHAKE_LEN 68
 
 enum shake_state {
-    SHAKE_INIT,
     SHAKE_PSTR,
-    SHAKE_RESERVED,
     SHAKE_INFO,
     SHAKE_ID,
     NET_MSGSIZE,