From ebb59c1125d194716f26b8cc53863fa9910c4b3f Mon Sep 17 00:00:00 2001 From: "Guillaume J. Charmes" Date: Tue, 30 Apr 2013 18:03:15 -0700 Subject: [PATCH] Remove the open from CmdBuild --- commands.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/commands.go b/commands.go index 8d8046c0f5..d9756c9d88 100644 --- a/commands.go +++ b/commands.go @@ -10,8 +10,6 @@ import ( "log" "net/http" "net/url" - "os" - "path/filepath" "runtime" "strconv" "strings"