From 84c661f3644a1c05fffbc23f839af702c82d6d10 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Fri, 13 Dec 2013 12:28:19 +0100 Subject: [PATCH] Polishing of xbob.io --- xbob/io/externals.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/xbob/io/externals.cpp b/xbob/io/externals.cpp index 249e00a..3f1e1c5 100644 --- a/xbob/io/externals.cpp +++ b/xbob/io/externals.cpp @@ -941,8 +941,6 @@ PyDoc_STRVAR(module_docstr, "Information about software used to compile the C++ Bob API" ); -int PyXbobCoreRandom_APIVersion = XBOB_IO_API_VERSION; - PyMODINIT_FUNC XBOB_EXT_ENTRY_NAME (void) { PyObject* m = Py_InitModule3(XBOB_EXT_MODULE_NAME, module_methods, module_docstr); -- GitLab