Skip to content

Commit

Permalink
fix: dup symbol
Browse files Browse the repository at this point in the history
Signed-off-by: SchrodingerZhu <i@zhuyi.fan>
  • Loading branch information
SchrodingerZhu committed Jun 23, 2022
1 parent 169d855 commit 39875d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/Storages/DeltaMerge/DeltaTree.h
Original file line number Diff line number Diff line change
Expand Up @@ -1405,7 +1405,7 @@ enum class DeltaTreeVariant
AVX512
};

DeltaTreeVariant resolveDeltaTreeVariant()
static inline DeltaTreeVariant resolveDeltaTreeVariant()
{
if (DB::TargetSpecific::AVX512Checker::runtimeSupport())
{
Expand Down

0 comments on commit 39875d4

Please sign in to comment.