From 68e635a59583da19d7289be2eac040cf4eff328b Mon Sep 17 00:00:00 2001 From: David Wragg Date: Fri, 14 Jan 2011 01:17:44 +0000 Subject: Remove some redundant function declarations These are now generated in amqp_framing.h. --- librabbitmq/amqp.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/librabbitmq/amqp.h b/librabbitmq/amqp.h index 19d49de..49eaf3f 100644 --- a/librabbitmq/amqp.h +++ b/librabbitmq/amqp.h @@ -359,18 +359,6 @@ RABBITMQ_EXPORT int amqp_basic_reject(amqp_connection_state_t state, uint64_t delivery_tag, amqp_boolean_t requeue); -RABBITMQ_EXPORT struct amqp_tx_select_ok_t_ *amqp_tx_select( - amqp_connection_state_t state, - amqp_channel_t channel); - -RABBITMQ_EXPORT struct amqp_tx_commit_ok_t_ *amqp_tx_commit( - amqp_connection_state_t state, - amqp_channel_t channel); - -RABBITMQ_EXPORT struct amqp_tx_rollback_ok_t_ *amqp_tx_rollback( - amqp_connection_state_t state, - amqp_channel_t channel); - /* * Can be used to see if there is data still in the buffer, if so * calling amqp_simple_wait_frame will not immediately enter a -- cgit v1.2.1