Skip to content

Commit 4fe7834

Browse files
committed
Remove dead code
1 parent 901a493 commit 4fe7834

File tree

1 file changed

+0
-1
lines changed
  • features/storage/TESTS/kvstore/static_tests

1 file changed

+0
-1
lines changed

features/storage/TESTS/kvstore/static_tests/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,6 @@ static void set_several_unvalid_key_names()
327327
for (i = 0; i < 11; i++) {
328328
name[5] = unvalid[i];
329329
res = kv_set(name, name, sizeof(name), 0);
330-
//if (i != 10) {
331330
if (unvalid[i] != '/') {
332331
TEST_ASSERT_EQUAL_ERROR_CODE(MBED_ERROR_INVALID_ARGUMENT, res);
333332
} else {

0 commit comments

Comments
 (0)