From a517c007ec4729e609eddd3e849e2a99191022fb Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Mon, 6 Feb 2017 14:47:23 +0100 Subject: Remove unused open. --- cparser/Lexer.mll | 1 - 1 file changed, 1 deletion(-) (limited to 'cparser/Lexer.mll') diff --git a/cparser/Lexer.mll b/cparser/Lexer.mll index efb06b5d..ec344f7a 100644 --- a/cparser/Lexer.mll +++ b/cparser/Lexer.mll @@ -17,7 +17,6 @@ open Lexing open Pre_parser open Pre_parser_aux -open !Cabshelper module SSet = Set.Make(String) -- cgit