From de65052312ff9ddd86e492985008bd5ca61d7aa9 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sat, 16 Oct 2004 22:14:52 +0000 Subject: don't assert multiple things in the same tor_assert() svn:r2544 --- src/or/or.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/or/or.h') diff --git a/src/or/or.h b/src/or/or.h index c90c275eed..da321a44c0 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -825,7 +825,6 @@ typedef struct { char *DebugLogFile; /**< Where to send verbose log messages. */ char *DataDirectory; /**< OR only: where to store long-term data. */ - char *RouterFile; /**< Where to find starting list of ORs. */ char *Nickname; /**< OR only: nickname of this onion router. */ char *Address; /**< OR only: configured address for this onion router. */ char *PidFile; /**< Where to store PID of Tor process. */ -- cgit v1.2.3-54-g00ecf