commit 50de0bb78849d445402d28658a4bba1436797195 Author: n8fr8 nathan@freitas.net Date: Sun Oct 21 15:32:40 2012 +0530
removed unused method from binary installer --- .../android/service/TorBinaryInstaller.java | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/org/torproject/android/service/TorBinaryInstaller.java b/src/org/torproject/android/service/TorBinaryInstaller.java index 81f6db8..51ff907 100644 --- a/src/org/torproject/android/service/TorBinaryInstaller.java +++ b/src/org/torproject/android/service/TorBinaryInstaller.java @@ -97,6 +97,7 @@ public class TorBinaryInstaller implements TorServiceConstants { return true; } + /* private static void copyAssetFile(Context ctx, String asset, File file) throws IOException, InterruptedException { @@ -110,7 +111,8 @@ public class TorBinaryInstaller implements TorServiceConstants { } out.close(); is.close(); - } + }*/ + /* * Write the inputstream contents to the file */
tor-commits@lists.torproject.org