diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-16 22:08:09 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-16 22:09:38 +0900 |
commit | 462935f367534012817efb2478c4f748f0576d5c (patch) | |
tree | 3dbd9b7167e8a09b2e6252d486892eabef3cc382 /io/source/TextOutputStream/TextOutputStream.cxx | |
parent | 74b5e0d5e5b57755553fde6c77712a87025f1667 (diff) |
removed unused forward declarations of class
Change-Id: I819d5b931c937ec52b14f60591546d1d86c38631
Diffstat (limited to 'io/source/TextOutputStream/TextOutputStream.cxx')
-rw-r--r-- | io/source/TextOutputStream/TextOutputStream.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/io/source/TextOutputStream/TextOutputStream.cxx b/io/source/TextOutputStream/TextOutputStream.cxx index 90f34ab22b7f..edeea330e641 100644 --- a/io/source/TextOutputStream/TextOutputStream.cxx +++ b/io/source/TextOutputStream/TextOutputStream.cxx @@ -62,7 +62,6 @@ namespace io_TextOutputStream // Implementation XTextOutputStream typedef WeakImplHelper3< XTextOutputStream, XActiveDataSource, XServiceInfo > TextOutputStreamHelper; -class OCommandEnvironment; class OTextOutputStream : public TextOutputStreamHelper { |