mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Remove unused CDataStream methods
This commit is contained in:
parent
555b5d1bf9
commit
faa96f841f
2 changed files with 0 additions and 23 deletions
|
|
@ -342,11 +342,6 @@ BOOST_AUTO_TEST_CASE(insert_delete)
|
|||
BOOST_CHECK_EQUAL(ss[1], 1);
|
||||
BOOST_CHECK_EQUAL(ss[2], 2);
|
||||
BOOST_CHECK_EQUAL(ss[3], (char)0xff);
|
||||
|
||||
// Make sure GetAndClear does the right thing:
|
||||
CSerializeData d;
|
||||
ss.GetAndClear(d);
|
||||
BOOST_CHECK_EQUAL(ss.size(), 0U);
|
||||
}
|
||||
|
||||
BOOST_AUTO_TEST_CASE(class_methods)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue