aboutsummaryrefslogtreecommitdiff
path: root/calc.y
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2019-08-09 11:37:24 +0200
committerDimitri Sokolyuk <demon@dim13.org>2019-08-09 11:37:24 +0200
commitab8724ea61f7efa8073932b716285c3bd09d31cf (patch)
tree855fc6e66c50206012d636f1fb87c074e1583e1f /calc.y
parentb766d2119ae0503e402f305fdf034ccafa4fdae9 (diff)
remove manual codegen comment
Diffstat (limited to 'calc.y')
-rw-r--r--calc.y2
1 files changed, 0 insertions, 2 deletions
diff --git a/calc.y b/calc.y
index 9f81d6c..61aad26 100644
--- a/calc.y
+++ b/calc.y
@@ -1,6 +1,4 @@
%{
-// Code generated by yacc. DO NOT EDIT.
-
package main
import (