From 50de0bb78849d445402d28658a4bba1436797195 Mon Sep 17 00:00:00 2001 From: n8fr8 Date: Sun, 21 Oct 2012 15:32:40 +0530 Subject: [PATCH] removed unused method from binary installer --- src/org/torproject/android/service/TorBinaryInstaller.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/org/torproject/android/service/TorBinaryInstaller.java b/src/org/torproject/android/service/TorBinaryInstaller.java index 81f6db83..51ff9070 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 */