removed unused method from binary installer
This commit is contained in:
parent
46bf5dd6be
commit
50de0bb788
|
@ -97,6 +97,7 @@ public class TorBinaryInstaller implements TorServiceConstants {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
private static void copyAssetFile(Context ctx, String asset, File file) throws IOException, InterruptedException
|
private static void copyAssetFile(Context ctx, String asset, File file) throws IOException, InterruptedException
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -110,7 +111,8 @@ public class TorBinaryInstaller implements TorServiceConstants {
|
||||||
}
|
}
|
||||||
out.close();
|
out.close();
|
||||||
is.close();
|
is.close();
|
||||||
}
|
}*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Write the inputstream contents to the file
|
* Write the inputstream contents to the file
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue