[tor/master] Remove src/or/eventdns_tor.h based on cypherpunk's review

commit e7b70b69ec7eeb710a6fe6663617328c84bf8bcb Author: Sebastian Hahn <sebastian@torproject.org> Date: Mon Jul 4 21:39:43 2016 +0200 Remove src/or/eventdns_tor.h based on cypherpunk's review --- src/or/eventdns_tor.h | 22 ---------------------- src/or/include.am | 1 - 2 files changed, 23 deletions(-) diff --git a/src/or/eventdns_tor.h b/src/or/eventdns_tor.h deleted file mode 100644 index 5db09ae..0000000 --- a/src/or/eventdns_tor.h +++ /dev/null @@ -1,22 +0,0 @@ -/* Copyright (c) 2007-2016, The Tor Project, Inc. */ -/* See LICENSE for licensing information */ - -#ifndef TOR_EVENTDNS_TOR_H -#define TOR_EVENTDNS_TOR_H - -#include "orconfig.h" -#define DNS_USE_OPENSSL_FOR_ID -#ifndef HAVE_UINT -typedef unsigned int uint; -#endif -#ifndef HAVE_U_CHAR -typedef unsigned char u_char; -#endif -#include "torint.h" - -/* These are for debugging possible memory leaks. */ -#include "util.h" -#include "compat.h" - -#endif - diff --git a/src/or/include.am b/src/or/include.am index 705b761..3988eef 100644 --- a/src/or/include.am +++ b/src/or/include.am @@ -150,7 +150,6 @@ ORHEADERS = \ src/or/dns.h \ src/or/dns_structs.h \ src/or/dnsserv.h \ - src/or/eventdns_tor.h \ src/or/ext_orport.h \ src/or/fallback_dirs.inc \ src/or/fp_pair.h \
participants (1)
-
nickm@torproject.org