Skip to content

Commit

Permalink
Remove TorrcConfigInstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Aug 20, 2023
1 parent 33e8c85 commit e0e50fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 81 deletions.
2 changes: 0 additions & 2 deletions network/tor/tor/src/main/java/bisq/tor/TorBootstrap.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

import bisq.tor.installer.TorInstallationFiles;
import bisq.tor.installer.TorInstaller;
import bisq.tor.installer.TorrcConfigInstaller;
import bisq.tor.process.TorProcessBuilder;
import bisq.tor.process.TorProcessConfig;
import lombok.extern.slf4j.Slf4j;
Expand All @@ -41,7 +40,6 @@ class TorBootstrap {
OsType osType = OsType.getOsType();
this.torInstallationFiles = new TorInstallationFiles(torDirPath, osType);

TorrcConfigInstaller torrcConfigInstaller = new TorrcConfigInstaller(torInstallationFiles);
this.torInstaller = new TorInstaller(torInstallationFiles);

this.osType = osType;
Expand Down

This file was deleted.

0 comments on commit e0e50fa

Please sign in to comment.