[tor-commits] [orbot/master] removed unused method from binary installer
n8fr8 at torproject.org
n8fr8 at torproject.org
Mon Oct 22 12:26:03 UTC 2012
commit 50de0bb78849d445402d28658a4bba1436797195
Author: n8fr8 <nathan at 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
*/
More information about the tor-commits
mailing list