diff options
| author | Richard Nyberg <rnyberg@murmeldjur.se> | 2005-10-05 11:59:48 +0000 |
|---|---|---|
| committer | Richard Nyberg <rnyberg@murmeldjur.se> | 2005-10-05 11:59:48 +0000 |
| commit | e982934f6b8de8f124c5a425ca29ebf323a109ee (patch) | |
| tree | f9352fa3192df71ca2cc834ebb7aa3c78fb74ba2 | |
| parent | 80214ff0fbc4497b8e52e164b3ae58efc9b66f80 (diff) | |
| download | btpd-e982934f6b8de8f124c5a425ca29ebf323a109ee.tar.gz btpd-e982934f6b8de8f124c5a425ca29ebf323a109ee.zip | |
Remove unused constants.
| -rw-r--r-- | btpd/net.h | 2 |
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, |