X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fsync%2Fdata_structures.c;h=6bdf0b257a697aea73b2b9536d4e09df895f91ad;hb=fafb0a2998296c564cbc26c2c0fa5142b181b332;hp=5983eaf6d0e36a64d9a73d067629828d66c54460;hpb=2f7298ac147e58cfbbc54cf11879877a2cc7c221;p=lttv.git diff --git a/lttv/lttv/sync/data_structures.c b/lttv/lttv/sync/data_structures.c index 5983eaf6..6bdf0b25 100644 --- a/lttv/lttv/sync/data_structures.c +++ b/lttv/lttv/sync/data_structures.c @@ -34,10 +34,6 @@ #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)