diff options
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/db.hxx')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/db.hxx | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/db.hxx b/xmlhelp/source/cxxhelp/provider/db.hxx index fdfd17148474..f36b880af27d 100644 --- a/xmlhelp/source/cxxhelp/provider/db.hxx +++ b/xmlhelp/source/cxxhelp/provider/db.hxx @@ -211,8 +211,6 @@ namespace berkeleydbproxy { Dbt(void *data_arg, u_int32_t size_arg); Dbt(); - //Dbt(const Dbt & other); - //Dbt & operator=(const Dbt & other); ~Dbt(); @@ -228,19 +226,4 @@ namespace berkeleydbproxy { #endif - - - - - - - - - - - - - - - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |