Skip to content

Commit

Permalink
FindBugs: Removed unused processParameters
Browse files Browse the repository at this point in the history
  • Loading branch information
p4paul committed Jun 28, 2019
1 parent bcaf4e2 commit 1062f1a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import com.perforce.p4java.impl.generic.core.Changelist;
import com.perforce.p4java.impl.generic.core.InputMapper;
import com.perforce.p4java.impl.generic.core.file.FileSpec;
import com.perforce.p4java.impl.mapbased.server.Parameters;
import com.perforce.p4java.option.changelist.SubmitOptions;
import com.perforce.p4java.option.client.AddFilesOptions;
import com.perforce.p4java.option.client.ParallelSyncOptions;
Expand Down Expand Up @@ -566,7 +565,6 @@ private void tidyClean(Populate populate, String path) throws Exception {
ReconcileStreamingCallback callback = new ReconcileStreamingCallback(iclient.getServer(), getListener());
synchronized (callback) {
List<IFileSpec> files = FileSpecBuilder.makeFileSpecList(path);
String[] params = Parameters.processParameters(cleanOpts, files, getConnection());
iclient.reconcileFiles(files, cleanOpts, callback, 0);

while (!callback.isDone()) {
Expand Down

0 comments on commit 1062f1a

Please sign in to comment.