summaryrefslogtreecommitdiff
path: root/gpspacket.c
diff options
context:
space:
mode:
Diffstat (limited to 'gpspacket.c')
-rw-r--r--gpspacket.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gpspacket.c b/gpspacket.c
index 7a74adc7..1ce12dc1 100644
--- a/gpspacket.c
+++ b/gpspacket.c
@@ -273,6 +273,4 @@ initpacket(void)
PyModule_AddIntConstant(m, "RTCM2_PACKET", RTCM2_PACKET);
PyModule_AddIntConstant(m, "RTCM3_PACKET", RTCM3_PACKET);
PyModule_AddIntConstant(m, "JSON_PACKET", JSON_PACKET);
-
- PyModule_AddIntConstant(m, "LOG_IO", LOG_IO);
}