r16337@catbus: nickm | 2007-11-01 14:18:58 -0400

Remove superseded assert in directory.c


svn:r12317
This commit is contained in:
Nick Mathewson 2007-11-01 18:22:04 +00:00
parent f8e05cb359
commit e3cb1e4559

View File

@ -1918,7 +1918,6 @@ write_http_response_header_impl(dir_connection_t *conn, ssize_t length,
time_t now = time(NULL); time_t now = time(NULL);
tor_assert(conn); tor_assert(conn);
tor_assert(type);
format_rfc1123_time(date, now); format_rfc1123_time(date, now);
cp = tmp; cp = tmp;