[Migrator] Remove unused MigratorOptions in FixitApplyDiagnosticConsumer

This isn't needed right now.
This commit is contained in:
David Farler
2017-04-26 12:45:21 -07:00
parent c719818024
commit 58feafc88a
3 changed files with 3 additions and 11 deletions

View File

@@ -104,7 +104,6 @@ Migrator::performAFixItMigration() {
}
FixitApplyDiagnosticConsumer FixitApplyConsumer {
getMigratorOptions(),
InputState->getInputText(),
getInputFilename(),
};