From 2534b854b301fa1661ae9410354d36a50ca54764 Mon Sep 17 00:00:00 2001 From: Loic Gelle Date: Fri, 23 Jun 2017 14:09:17 -0700 Subject: [PATCH] fix typo --- extractor.go | 1 - 1 file changed, 1 deletion(-) diff --git a/extractor.go b/extractor.go index 47d593e..eaf39a0 100644 --- a/extractor.go +++ b/extractor.go @@ -171,7 +171,6 @@ func extractSectionDarwin(ea ExtractingArgs) (contents []string) { } func extractSectionUnix(ea ExtractingArgs) (contents []string) { - // TODO CORRECT -D to -w cmd := exec.Command("objcopy", "--dump-section", ELF_SECTION_NAME + "=/dev/stdout", ea.InputFile) out, err := cmd.Output() if err != nil {