Now that contextRoot is within the is check, don't need contextRoot at all

BUG=
R=brianwilkerson@google.com

Review-Url: https://codereview.chromium.org/2828103002 .
This commit is contained in:
Mike Fairhurst 2017-04-19 15:45:16 -07:00
parent b57ca9fb55
commit 746fd35307

View file

@ -1309,11 +1309,6 @@ class AnalysisDriver implements AnalysisDriverGeneric {
* scheduler is used)
*/
abstract class AnalysisDriverGeneric {
/**
* Information about the context root being analyzed by this driver.
*/
ContextRoot get contextRoot;
/**
* Return `true` if the driver has a file to analyze.
*/