Skip to content

Commit

Permalink
Automated rollback of commit ce7c4de.
Browse files Browse the repository at this point in the history
*** Reason for rollback ***

See #3172

*** Original change description ***

Add an experimental flag to Turbine to indicate to annotation processors that they are running in hjar compilation

PiperOrigin-RevId: 159585343
  • Loading branch information
cushon authored and kchodorow committed Jun 20, 2017
1 parent a208054 commit 2ba693f
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,6 @@ Result compile() throws IOException {
argbuilder.add("-processor");
argbuilder.add(Joiner.on(',').join(turbineOptions.processors()));
processorpath = asPaths(turbineOptions.processorPath());

// see b/31371210
argbuilder.add("-Aexperimental_turbine_hjar");
} else {
processorpath = ImmutableList.of();
}
Expand Down

0 comments on commit 2ba693f

Please sign in to comment.