commit | f90e3384c5b0d057b77c646eba33898dd7fe8e3c | [log] [tgz] |
---|---|---|
author | David Symonds <dsymonds@golang.org> | Wed May 05 10:53:44 2010 +1000 |
committer | David Symonds <dsymonds@golang.org> | Wed May 05 10:53:44 2010 +1000 |
tree | 3d009c39a289e2b97978794fe238d989c0e11f1a | |
parent | af82b4e96ef76f8a4fc1801a69d13d636ecffc3d [diff] [blame] |
Don't generate import statements for unused imports. R=r http://codereview.appspot.com/979046
diff --git a/compiler/testdata/test.proto b/compiler/testdata/test.proto index ef91b03..2f64132 100644 --- a/compiler/testdata/test.proto +++ b/compiler/testdata/test.proto
@@ -32,6 +32,7 @@ package my.test; // dotted package name import "imp.proto"; +import "multi1.proto"; // unused import enum HatType { // deliberately skipping 0