Skip to content

Commit

Permalink
Removed flag package and unused debug option.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Suraci committed Dec 7, 2009
1 parent ec04e02 commit ead3fbd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.go
Expand Up @@ -5,7 +5,6 @@ import (
"bytes";
"container/vector";
"fmt";
"flag";
"go/ast";
"go/parser";
"go/printer";
Expand Down Expand Up @@ -35,7 +34,6 @@ var (
envarch = os.Getenv("GOARCH");
archmap = map[string]string{"amd64": "6", "i386": "8", "x86": "8", "arm": "5"};
arch = getmap(archmap, envarch);
debug = flag.Bool("d", false, "Debug mode");
)

func (self *World) source() string {
Expand Down

0 comments on commit ead3fbd

Please sign in to comment.