From d56097dc273e4edd0df16cf8a20296a9ceb82e4a Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Thu, 27 Dec 2018 12:25:54 -0800 Subject: [PATCH] Remove incorrect file comments Test: none Change-Id: Ia2889ee29c2c0bf18adf5d90e506cfce4b14fdcc --- cc/gen.go | 4 ---- java/gen.go | 4 ---- 2 files changed, 8 deletions(-) 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"