diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-03-12 23:31:16 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-03-12 23:31:16 +0000 |
commit | bd8ffccae7e1bb4030f9ca5e6dd9c8918256de75 (patch) | |
tree | 26820b373ebcbe66894a347d59b0136eb9265bbf /src/or/cpuworker.c | |
parent | 474c60b7433da2302c35832571f41867714d8f65 (diff) | |
download | tor-bd8ffccae7e1bb4030f9ca5e6dd9c8918256de75.tar.gz tor-bd8ffccae7e1bb4030f9ca5e6dd9c8918256de75.zip |
More cleanups noticed by weasel; also, remove macros that nobody uses.
svn:r6143
Diffstat (limited to 'src/or/cpuworker.c')
-rw-r--r-- | src/or/cpuworker.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/cpuworker.c b/src/or/cpuworker.c index 860025a55c..1e57c93316 100644 --- a/src/or/cpuworker.c +++ b/src/or/cpuworker.c @@ -23,8 +23,6 @@ const char cpuworker_c_id[] = /** The tag specifies which circuit this onionskin was from. */ #define TAG_LEN 8 -/** How many bytes are sent from tor to the cpuworker? */ -#define LEN_ONION_QUESTION (1+TAG_LEN+ONIONSKIN_CHALLENGE_LEN) /** How many bytes are sent from the cpuworker back to tor? */ #define LEN_ONION_RESPONSE \ (1+TAG_LEN+ONIONSKIN_REPLY_LEN+CPATH_KEY_MATERIAL_LEN) |