summaryrefslogtreecommitdiff
path: root/snippets/switch.c
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/switch.c')
-rw-r--r--snippets/switch.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/snippets/switch.c b/snippets/switch.c
deleted file mode 100644
index b0b527a..0000000
--- a/snippets/switch.c
+++ /dev/null
@@ -1,6 +0,0 @@
-switch (_) {
- case (_): {
- } break;
- default: {
- } break;
-}