Skip to content

Commit fc6b216

Browse files
authored
Merge pull request ceph#62511 from tchaikov/test-remove-unused-var
test/ObjectMap: Remove unused CONTROL_PREFIX variable Reviewed-by: Radoslaw Zarzynski <[email protected]>
2 parents 7a4d7c5 + 439b108 commit fc6b216

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/ObjectMap/test_keyvaluedb_atomicity.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
using namespace std;
1717

18-
const string CONTROL_PREFIX = "CONTROL";
1918
const string PRIMARY_PREFIX = "PREFIX";
2019
const int NUM_COPIES = 100;
2120
const int NUM_THREADS = 30;

0 commit comments

Comments
 (0)