Remove unused g_info definitions
[lttv.git] / lttv / lttv / sync / data_structures.c
index 5983eaf6d0e36a64d9a73d067629828d66c54460..6bdf0b257a697aea73b2b9536d4e09df895f91ad 100644 (file)
 #include "data_structures.h"
 
 
-#ifndef g_info
-#define g_info(format...) g_log (G_LOG_DOMAIN, G_LOG_LEVEL_INFO, format)
-#endif
-
 // TCP sequence numbers use clock arithmetic, these comparison functions take
 // that into account
 #define SEQ_LT(a,b)     ((int32_t)((a)-(b)) < 0)
This page took 0.022521 seconds and 4 git commands to generate.