summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorOcke Janssen [oj] <Ocke.Janssen@sun.com>2009-11-25 13:58:57 +0100
committerOcke Janssen [oj] <Ocke.Janssen@sun.com>2009-11-25 13:58:57 +0100
commit090f29ed471262e5fbaec9aa4ed3b85d0b4eb94e (patch)
tree7c88ca7ce4743d440d933c6d91b8f872d05accc0 /connectivity
parente2e6b604c3288b9b0c24866903708d5161e94da0 (diff)
dba33d: #i106253# remove assertion
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/parse/sqlnode.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/connectivity/source/parse/sqlnode.cxx b/connectivity/source/parse/sqlnode.cxx
index c76dd44e3d18..543f93d3b533 100644
--- a/connectivity/source/parse/sqlnode.cxx
+++ b/connectivity/source/parse/sqlnode.cxx
@@ -911,7 +911,6 @@ OSQLParseNode* OSQLParser::convertNode(sal_Int32 nType,OSQLParseNode*& pLiteral)
}
break;
default:
- OSL_ENSURE(0,"Not handled!");
}
}
return pReturn;