aboutsummaryrefslogtreecommitdiff
path: root/util/autoport/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'util/autoport/main.go')
-rw-r--r--util/autoport/main.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/util/autoport/main.go b/util/autoport/main.go
index ee269661db..05a829be4c 100644
--- a/util/autoport/main.go
+++ b/util/autoport/main.go
@@ -789,10 +789,6 @@ func main() {
}
}
- at := Create(ctx, "acpi_tables.c")
- defer at.Close()
- at.WriteString("/* dummy */\n")
-
bi := Create(ctx, "board_info.txt")
defer bi.Close()