A small memory footprint AMQP implimentation

Dependents:   iothub_client_sample_amqp remote_monitoring simplesample_amqp

Revision:
7:9e9ab3b0efef
Parent:
6:641a9672db08
Child:
9:c22db038556c
--- a/saslclientio.c	Fri Jul 29 15:58:39 2016 -0700
+++ b/saslclientio.c	Fri Aug 12 10:04:13 2016 -0700
@@ -263,6 +263,7 @@
     return result;
 }
 
+#ifndef NO_LOGGING
 static void log_incoming_frame(AMQP_VALUE performative)
 {
     if (xlogging_get_log_function() != NULL)
@@ -300,6 +301,7 @@
         }
     }
 }
+#endif
 
 static int saslclientio_receive_byte(SASL_CLIENT_IO_INSTANCE* sasl_client_io_instance, unsigned char b)
 {