Commit 439b108
committed
test/ObjectMap: Remove unused CONTROL_PREFIX variable
The `CONTROL_PREFIX` constant in `test_keyvaluedb_atomicity.cc` has
never been used since its introduction in commit 6a624b9.
Clang's warning highlights the unused variable:
```
warning: unused variable 'CONTROL_PREFIX' [-Wunused-const-variable]
```
Remove the unnecessary constant to clean up the code and eliminate
the compiler warning.
Refs 6a624b9
Signed-off-by: Kefu Chai <[email protected]>1 parent ec1feb7 commit 439b108
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
0 commit comments