[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [orbot/master] removed unused method from binary installer
commit 50de0bb78849d445402d28658a4bba1436797195
Author: n8fr8 <nathan@xxxxxxxxxxx>
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 mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits