Browse Source

goprotobuf: Small unimportant tidy-up.

R=adg
CC=golang-dev
http://codereview.appspot.com/6464064
David Symonds 13 years ago
parent
commit
e90896d829
1 changed files with 1 additions and 1 deletions
  1. 1 1
      protoc-gen-go/generator/generator.go

+ 1 - 1
protoc-gen-go/generator/generator.go

@@ -393,7 +393,7 @@ func (g *Generator) CommandLineParameters(parameter string) {
 		switch k {
 		switch k {
 		case "import_prefix":
 		case "import_prefix":
 			g.ImportPrefix = v
 			g.ImportPrefix = v
-		case "import_path", "go_import_path": // TODO: remove go_import_path
+		case "import_path":
 			g.PackageImportPath = v
 			g.PackageImportPath = v
 		default:
 		default:
 			if len(k) > 0 && k[0] == 'M' {
 			if len(k) > 0 && k[0] == 'M' {