removed unused method from binary installer

This commit is contained in:
n8fr8 2012-10-21 15:32:40 +05:30
parent 46bf5dd6be
commit 50de0bb788
1 changed files with 3 additions and 1 deletions

View File

@ -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
*/