From 84c1f71db0f17393ce90258b3a428110443a9b55 Mon Sep 17 00:00:00 2001 From: Ulya Trofimovich Date: Thu, 26 Mar 2015 16:26:51 +0000 Subject: [PATCH] Removed unused funtion. --- re2c/go.h | 1 - 1 file changed, 1 deletion(-) diff --git a/re2c/go.h b/re2c/go.h index 51493cec..633ad1ad 100644 --- a/re2c/go.h +++ b/re2c/go.h @@ -44,7 +44,6 @@ struct Cond std::string compare; uint value; Cond (const std::string & cmp, uint val); - void emit (OutputFile & o, uint ind, bool & readCh); }; struct Binary -- 2.40.0