From ea6becdfd75ba902bb6e4e94c698d0508e795b49 Mon Sep 17 00:00:00 2001 From: "Ian A. Mason" Date: Mon, 6 Aug 2018 15:10:30 -0700 Subject: [PATCH] keeping gofmt happy. --- shared/parser.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shared/parser.go b/shared/parser.go index ab958e0..44807e6 100644 --- a/shared/parser.go +++ b/shared/parser.go @@ -109,7 +109,6 @@ func parse(argList []string) parserResult { "-emit-llvm": {0, pr.emitLLVMCallback}, - "-pipe": {0, pr.compileUnaryCallback}, "-undef": {0, pr.compileUnaryCallback}, "-nostdinc": {0, pr.compileUnaryCallback}, @@ -120,7 +119,7 @@ func parse(argList []string) parserResult { "-no-canonical-prefixes": {0, pr.compileLinkUnaryCallback}, // - "-no-cpp-precomp": {0, pr.compileUnaryCallback}, + "-no-cpp-precomp": {0, pr.compileUnaryCallback}, // "-pthread": {0, pr.compileUnaryCallback},