diff options
Diffstat (limited to 'java/gen.go')
-rw-r--r-- | java/gen.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/java/gen.go b/java/gen.go index 993e6d13..83625561 100644 --- a/java/gen.go +++ b/java/gen.go @@ -14,10 +14,6 @@ package java -// This file generates the final rules for compiling all C/C++. All properties related to -// compiling should have been translated into builderFlags or another argument to the Transform* -// functions. - import ( "github.com/google/blueprint" |