Remove ByteVector::null and isNull().

This commit is contained in:
Tsuda Kageyu
2015-11-19 11:57:30 +09:00
parent c2753f8d3c
commit 722f317f97
3 changed files with 0 additions and 32 deletions

View File

@ -85,7 +85,6 @@ public:
i.clear();
CPPUNIT_ASSERT(i.isEmpty());
CPPUNIT_ASSERT(!i.isNull()); // deprecated, but worth it to check.
}
void testFind1()