Skip to content

Commit 72f806d

Browse files
committed
removed some dead code
1 parent 8c32197 commit 72f806d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

getdns.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,6 @@ initgetdns(void)
240240
Py_INCREF(&getdns_ContextType);
241241
PyModule_AddObject(g, "Context", (PyObject *)&getdns_ContextType);
242242
PyModule_AddStringConstant(g, "__version__", PYGETDNS_VERSION);
243-
#if 0
244-
Py_AtExit(cleanup);
245-
#endif
246243
/*
247244
* return value constants
248245
*/

0 commit comments

Comments
 (0)