@Override
 void apply(CompilerOptions options, boolean value) {
   options.setRemoveUnusedVars(value);
 }