Merge change 5929 into donut
* changes:
Add the JNI library of CertTool for handling certificates.
diff --git a/tools/applypatch/applypatch.c b/tools/applypatch/applypatch.c
index 49ec97f..185d3de 100644
--- a/tools/applypatch/applypatch.c
+++ b/tools/applypatch/applypatch.c
@@ -541,14 +541,6 @@
// TODO: make the interface more sensible for use as a library.
int applypatch(int argc, char** argv) {
-
- printf("applypatch argc %d\n", argc);
- int xx;
- for (xx = 0; xx < argc; ++xx) {
- printf("%d %p %s\n", xx, argv[xx], argv[xx]);
- fflush(stdout);
- }
-
if (argc < 2) {
return 2;
}