diff options
Diffstat (limited to 'cpp/test/Ice/custom/TestI.cpp')
-rw-r--r-- | cpp/test/Ice/custom/TestI.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/test/Ice/custom/TestI.cpp b/cpp/test/Ice/custom/TestI.cpp index 7028b6b6412..0a78bc4d2c4 100644 --- a/cpp/test/Ice/custom/TestI.cpp +++ b/cpp/test/Ice/custom/TestI.cpp @@ -74,7 +74,6 @@ TestIntfI::opVariableRange(Test::VariableList inSeq, Test::VariableList& outSeq, return outSeq; } - Test::ByteList TestIntfI::opByteRangeType(Test::ByteList inSeq, Test::ByteList& outSeq, const Ice::Current&) { @@ -119,7 +118,6 @@ TestIntfI::opVariableRange( return outSeq; } - Test::ByteList TestIntfI::opByteRangeType(const std::pair<Test::ByteList::const_iterator, Test::ByteList::const_iterator>& inSeq, Test::ByteList& outSeq, @@ -239,8 +237,6 @@ TestIntfI::opString(ICE_IN(Util::string_view) inString, return outString; } - - std::deque< ::std::string> TestIntfI::opStringSeq(ICE_IN(std::deque< ::std::string>) inSeq, std::deque< ::std::string>& outSeq, @@ -444,8 +440,6 @@ TestIntfI::opCustomIntStringDict( return copy; } - - Test::ShortBuffer TestIntfI::opShortBuffer(ICE_IN(Test::ShortBuffer) inS, Test::ShortBuffer& outS, const Ice::Current&) { |