diff options
Diffstat (limited to 'lib/python/python.cpp')
| -rw-r--r-- | lib/python/python.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/python/python.cpp b/lib/python/python.cpp index 8947bb3c..b5a7abbf 100644 --- a/lib/python/python.cpp +++ b/lib/python/python.cpp @@ -114,18 +114,6 @@ void ePyObject::decref(const char *file, int line) #include <lib/python/python.h> #undef SKIP_PART1 -DEFINE_REF(TestObj); - -TestObj::TestObj() -{ - eDebug("create %p", this); -} - -TestObj::~TestObj() -{ - eDebug("destroy %p", this); -} - ePython::ePython() { // Py_VerboseFlag = 1; |
