diff --git a/cc/gen.go b/cc/gen.go index 485279411..c3088f44c 100644 --- a/cc/gen.go +++ b/cc/gen.go @@ -14,10 +14,6 @@ package cc -// 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 ( "path/filepath" diff --git a/java/gen.go b/java/gen.go index 993e6d139..83625561c 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"