summaryrefslogtreecommitdiff
path: root/librabbitmq/amqp_socket.c
diff options
context:
space:
mode:
authorDavid Wragg <david@rabbitmq.com>2010-10-21 17:49:04 +0100
committerDavid Wragg <david@rabbitmq.com>2010-10-21 17:49:04 +0100
commit0d25d02e769dca4ced51580a7d47061717da2bec (patch)
tree8d5ccaaf6af7f70278b4cb9711ecea24ed4239d5 /librabbitmq/amqp_socket.c
parent905b591638861dafd76d6c9525bf7d9edf64f81f (diff)
downloadrabbitmq-c-github-ask-0d25d02e769dca4ced51580a7d47061717da2bec.tar.gz
Introduce new codec helper inline functions; convert amqp_table.c
These replace the macros that relied on gccisms.
Diffstat (limited to 'librabbitmq/amqp_socket.c')
-rw-r--r--librabbitmq/amqp_socket.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/librabbitmq/amqp_socket.c b/librabbitmq/amqp_socket.c
index 13f6376..42fe446 100644
--- a/librabbitmq/amqp_socket.c
+++ b/librabbitmq/amqp_socket.c
@@ -59,8 +59,6 @@
#include "amqp_framing.h"
#include "amqp_private.h"
-#include "socket.h"
-
int amqp_open_socket(char const *hostname,
int portnumber)