summaryrefslogtreecommitdiffstats
path: root/connectivity/source/drivers/file/fcode.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-28 15:26:01 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-28 15:26:01 +0100
commit5a1732eaab855445c3e8ef8ab6e3d13c20512b94 (patch)
tree97d9f4b243734638ff2c61c8e8678f995748a04e /connectivity/source/drivers/file/fcode.cxx
parentRemove remaining DBG_CTOR etc. remnants from chart2 (diff)
downloadcore-5a1732eaab855445c3e8ef8ab6e3d13c20512b94.tar.gz
core-5a1732eaab855445c3e8ef8ab6e3d13c20512b94.zip
Remove remaining DBG_CTOR etc. remnants from connectivity
Change-Id: I9d7ca8354cef6a1474914ce290c476460f982bdd
Diffstat (limited to 'connectivity/source/drivers/file/fcode.cxx')
-rw-r--r--connectivity/source/drivers/file/fcode.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/connectivity/source/drivers/file/fcode.cxx b/connectivity/source/drivers/file/fcode.cxx
index f20afff5427b..c1d299fc4db2 100644
--- a/connectivity/source/drivers/file/fcode.cxx
+++ b/connectivity/source/drivers/file/fcode.cxx
@@ -57,16 +57,12 @@ TYPEINIT1(ONthOperator, OOperator);
TYPEINIT1(OBinaryOperator, OOperator);
TYPEINIT1(OUnaryOperator, OOperator);
-
-DBG_NAME(OCode )
OCode::OCode()
{
- DBG_CTOR(OCode ,NULL);
}
OCode::~OCode()
{
- DBG_DTOR(OCode,NULL);
}