From 15dc0309c39981ff19dfdabd422e8f95fcc1a4b5 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 23 Jan 2018 15:25:46 -0800 Subject: [PATCH] Removed dead code. --- nomsu.peg | 1 - 1 file changed, 1 deletion(-) diff --git a/nomsu.peg b/nomsu.peg index 046abbd..5ba75cd 100644 --- a/nomsu.peg +++ b/nomsu.peg @@ -8,7 +8,6 @@ file (File): shebang: "#!" [^%nl]* %nl statement: functioncall / expression -inline_statement: inline_functioncall / inline_expression indented_block (Block): {| indent