diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-15 01:18:16 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-15 13:27:12 +0100 |
commit | 6d3f9a4848fc141eb1a87bc77e16ae851d62fe8e (patch) | |
tree | d47ddb881f6245838dfe2121f648ae11bf2c25ad /xmlhelp/source/cxxhelp/provider/db.hxx | |
parent | 708c0caa14a2cfe375c146755640c1a0a518c941 (diff) |
Remove TEST_DBHELP
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/db.hxx')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/db.hxx | 6 |
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 ); |