From 2602b751945aa5b77155fff70890c85014c3035b Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Fri, 29 Mar 2024 14:47:57 -0400 Subject: [PATCH] minor: unused decl nit --- utest/bplustree.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utest/bplustree.cpp b/utest/bplustree.cpp index a38fd545..825f33b4 100644 --- a/utest/bplustree.cpp +++ b/utest/bplustree.cpp @@ -20,7 +20,7 @@ namespace { using utest::TreeUtil; using xo::scope; - using xo::scope_setup; + //using xo::scope_setup; using xo::xtag; using BtreeKey = int;