commit | 7c795fa0ddac6dfe8c298156e612690f3d43f860 | [log] [tgz] |
---|---|---|
author | Hugo Arès <hugo.ares@ericsson.com> | Thu May 19 12:54:56 2016 -0400 |
committer | Hugo Arès <hugo.ares@ericsson.com> | Thu May 19 12:54:56 2016 -0400 |
tree | 9545ce9a88dde62872c4f0d05f06b5abf071e1e2 | |
parent | deab5c6c68773f46f49bd6ef1926e10c49148417 [diff] |
Remove non working Reindex --dry-run option In Ic4808d1e3, --dry-run option was replaced by --output. Icf42a3eb2 brought back the option declaration but not the code so the option is not working. Change-Id: Ic945a64f6184c15f84fe998e754046fae390b0f7
diff --git a/gerrit-pgm/src/main/java/com/google/gerrit/pgm/Reindex.java b/gerrit-pgm/src/main/java/com/google/gerrit/pgm/Reindex.java index 5bedfe3..00914d2 100644 --- a/gerrit-pgm/src/main/java/com/google/gerrit/pgm/Reindex.java +++ b/gerrit-pgm/src/main/java/com/google/gerrit/pgm/Reindex.java
@@ -63,9 +63,6 @@ @Option(name = "--verbose", usage = "Output debug information for each change") private boolean verbose; - @Option(name = "--dry-run", usage = "Dry run: don't write anything to index") - private boolean dryRun; - private Injector dbInjector; private Injector sysInjector; private Config globalConfig;