diff options
author | Roger Dingledine <arma@torproject.org> | 2005-04-26 18:52:16 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-04-26 18:52:16 +0000 |
commit | 509405a5f7643f94933ae7feb0a2788a73abd801 (patch) | |
tree | 7732760a74a902c247f746ebc52ccb97e54dc329 /src/or/or.h | |
parent | 5e86e87124e643108c827366daac878e708d935d (diff) | |
download | tor-509405a5f7643f94933ae7feb0a2788a73abd801.tar.gz tor-509405a5f7643f94933ae7feb0a2788a73abd801.zip |
clean up this TOR_FRAGILE business
svn:r4116
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/or/or.h b/src/or/or.h index 67e1ff2a80..1a31973e22 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -146,10 +146,6 @@ #define cell_t tor_cell_t #endif -/** Define this if you want Tor to crash when any problem comes up, - * so you can get a coredump and track things down. */ -#undef TOR_FRAGILE - #define DEFAULT_BANDWIDTH_OP (1024 * 1000) #define MAX_NICKNAME_LEN 19 /* Hex digest plus dollar sign. */ |