summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/db.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-15 01:18:16 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-15 13:27:12 +0100
commit6d3f9a4848fc141eb1a87bc77e16ae851d62fe8e (patch)
treed47ddb881f6245838dfe2121f648ae11bf2c25ad /xmlhelp/source/cxxhelp/provider/db.hxx
parent708c0caa14a2cfe375c146755640c1a0a518c941 (diff)
Remove TEST_DBHELP
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/db.hxx')
-rw-r--r--xmlhelp/source/cxxhelp/provider/db.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/db.hxx b/xmlhelp/source/cxxhelp/provider/db.hxx
index da81a6d63c34..fdfd17148474 100644
--- a/xmlhelp/source/cxxhelp/provider/db.hxx
+++ b/xmlhelp/source/cxxhelp/provider/db.hxx
@@ -89,8 +89,6 @@ namespace berkeleydbproxy {
};
-//#define TEST_DBHELP
-
class DBData
{
friend class DBHelp;
@@ -150,10 +148,6 @@ namespace berkeleydbproxy {
void createHashMap( bool bOptimizeForPerformance = false );
void releaseHashMap( void );
-#ifdef TEST_DBHELP
- bool testAgainstDb( const rtl::OString& fileName, bool bOldDbAccess );
-#endif
-
bool getValueForKey( const rtl::OString& rKey, DBData& rValue );
bool startIteration( void );