Skip to content

Commit

Permalink
remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
hongyunyan committed Aug 24, 2022
1 parent 4bc077d commit b08aba1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dbms/src/Storages/DeltaMerge/tests/MultiSegmentTestUtil.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <Storages/StorageDeltaMerge.h>
#include <Storages/tests/TiFlashStorageTestBasic.h>
#include <TestUtils/TiFlashTestBasic.h>
#include <gtest/gtest.h>

#include <cstdint>
#include <vector>
Expand Down Expand Up @@ -175,4 +176,4 @@ class MultiSegmentTestUtil : private boost::noncopyable

} // namespace tests
} // namespace DM
} // namespace DB
} // namespace DB

0 comments on commit b08aba1

Please sign in to comment.