aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sksl/ir/SkSLStatement.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sksl/ir/SkSLStatement.h')
-rw-r--r--src/sksl/ir/SkSLStatement.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sksl/ir/SkSLStatement.h b/src/sksl/ir/SkSLStatement.h
index c3a6f9539e..012311fdd3 100644
--- a/src/sksl/ir/SkSLStatement.h
+++ b/src/sksl/ir/SkSLStatement.h
@@ -27,7 +27,6 @@ struct Statement : public IRNode {
kFor_Kind,
kIf_Kind,
kReturn_Kind,
- kSwitch_Kind,
kVarDeclarations_Kind,
kWhile_Kind
};