From 894acb52c10c086501e719261a015e2de3f137e2 Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Tue, 2 Aug 2016 18:31:28 +0200 Subject: [PATCH] removing module state struct --- src/pEpmodule.hh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/pEpmodule.hh b/src/pEpmodule.hh index bbe621e..9c37d4e 100644 --- a/src/pEpmodule.hh +++ b/src/pEpmodule.hh @@ -10,10 +10,6 @@ namespace pEp { void module_free(void *); - struct module_state { - PEP_SESSION session; - }; - struct PyMethodDef pEpMethods[] = { {"about", pEp::PythonAdapter::about, METH_VARARGS, "about p≡p"}, {NULL, NULL, 0, NULL}