diff options
Diffstat (limited to 'cpp/test/Ice/plugin/Plugin.cpp')
-rw-r--r-- | cpp/test/Ice/plugin/Plugin.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/test/Ice/plugin/Plugin.cpp b/cpp/test/Ice/plugin/Plugin.cpp index 35848649b71..7ac76a477ed 100644 --- a/cpp/test/Ice/plugin/Plugin.cpp +++ b/cpp/test/Ice/plugin/Plugin.cpp @@ -127,7 +127,6 @@ protected: BasePluginPtr _other; }; - class PluginOne : public BasePlugin { @@ -246,7 +245,6 @@ protected: BasePluginFailPtr _three; }; - class PluginOneFail : public BasePluginFail { |