diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-18 23:03:37 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-18 23:04:20 +0900 |
commit | 40bb1f631b1b79db919474846996e67eb12a9907 (patch) | |
tree | fa11e94920db3c07055801944cfa083696b26c4b /xmlhelp | |
parent | 213d5355d78a0a690e366645d6416f4a8fe5e666 (diff) |
removed unused forward declarations of class
Change-Id: I32894b853912741e935e2409d2857fe384f67665
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx | 3 | ||||
-rw-r--r-- | xmlhelp/source/cxxhelp/inc/qe/Query.hxx | 3 | ||||
-rw-r--r-- | xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx b/xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx index dec306c83075..46c9db65acd1 100644 --- a/xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx +++ b/xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx @@ -40,9 +40,6 @@ namespace xmlsearch { namespace qe { - class Query; - - class NonnegativeIntegerGenerator { public: diff --git a/xmlhelp/source/cxxhelp/inc/qe/Query.hxx b/xmlhelp/source/cxxhelp/inc/qe/Query.hxx index d0cdee94db04..3af7512cecc9 100644 --- a/xmlhelp/source/cxxhelp/inc/qe/Query.hxx +++ b/xmlhelp/source/cxxhelp/inc/qe/Query.hxx @@ -38,9 +38,6 @@ namespace xmlsearch { namespace qe { - class Search; - class RoleFiller; - class QueryHit { public: diff --git a/xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx b/xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx index 5f28e8ee9b60..94b1ce86ddb5 100644 --- a/xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx +++ b/xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx @@ -37,9 +37,6 @@ namespace xmlsearch { namespace util { - class CompressorIterator; - - class Decompressor { public: |