small cleanup
[enigma2.git] / lib / base / console.cpp
index db501945b132d3162943c9ca851c3c410271284f..b1502d7e6baaa830b26ee14c8dda97b2b5cb36e6 100644 (file)
@@ -834,9 +834,7 @@ static PyMethodDef module_methods[] = {
 
 void eConsoleInit(void)
 {
-       PyObject* m;
-
-       m = Py_InitModule3("eConsoleImpl", module_methods,
+       PyObject* m = Py_InitModule3("eConsoleImpl", module_methods,
                "Module that implements eConsoleAppContainer with working cyclic garbage collection.");
 
        if (m == NULL)