From a39263d81801b9a2e87d18582bb63fca16119be1 Mon Sep 17 00:00:00 2001 From: Maxim Sokolov Date: Sat, 3 Dec 2016 17:53:38 +0300 Subject: [PATCH] :fire: Remove unused code --- grammars/c.cson | 3 --- 1 file changed, 3 deletions(-) diff --git a/grammars/c.cson b/grammars/c.cson index 5ad6ad9..baa7403 100644 --- a/grammars/c.cson +++ b/grammars/c.cson @@ -317,9 +317,6 @@ { 'include': '#preprocessor-rule-other-block' } - { - 'include': '#sizeof' - } { 'include': '#access' }