summaryrefslogtreecommitdiff
path: root/src/common/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/compat.h')
-rw-r--r--src/common/compat.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/compat.h b/src/common/compat.h
index 6116264d79..b70963b4be 100644
--- a/src/common/compat.h
+++ b/src/common/compat.h
@@ -175,10 +175,6 @@ int touch_file(const char *fname);
typedef int socklen_t;
#endif
-/* Now that we use libevent, all real sockets are safe for polling ... or
- * if they aren't, libevent will help us. */
-#define SOCKET_IS_POLLABLE(fd) ((fd)>=0)
-
struct in_addr;
int tor_inet_aton(const char *cp, struct in_addr *addr);
int tor_lookup_hostname(const char *name, uint32_t *addr);