Skip to content

Commit fadb1b7

Browse files
committed
removed default cases in switches.
1 parent 2b56379 commit fadb1b7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

parse/jsd_core.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ namespace JSON
6666
return; \
6767
case (InvalidPropertyHandlingBehaviour::THROW): \
6868
throw exc; \
69-
default: \
70-
return; \
7169
}
7270
// MAKRO END
7371

@@ -83,8 +81,6 @@ namespace JSON
8381
return; \
8482
case (InvalidPathHandlingBehaviour::THROW): \
8583
throw exc; \
86-
default: \
87-
return; \
8884
}
8985
// MAKRO END
9086
}

0 commit comments

Comments
 (0)