diff options
Diffstat (limited to 'libdbpp/testCore.cpp')
-rw-r--r-- | libdbpp/testCore.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libdbpp/testCore.cpp b/libdbpp/testCore.cpp index 3c71daa..890cb18 100644 --- a/libdbpp/testCore.cpp +++ b/libdbpp/testCore.cpp @@ -63,12 +63,6 @@ TestCore::assertColumnValueHelper(DB::SelectCommand & sel, unsigned int col, con sel[col].apply(a); } -bool -operator==(const DB::Blob a, const DB::Blob b) -{ - return a.len == b.len && memcmp(a.data, b.data, a.len) == 0; -} - AdHocFormatter(BlobDbg, "Blob[length=%?, addr=%?]"); std::ostream & operator<<(std::ostream & s, const DB::Blob b) |