diff --git a/mpmaster/src/main/cpp/bspatch/bsdiff.h b/mpmaster/src/main/cpp/bspatch/bsdiff.h index 3442fa12..e30c2bff 100644 --- a/mpmaster/src/main/cpp/bspatch/bsdiff.h +++ b/mpmaster/src/main/cpp/bspatch/bsdiff.h @@ -41,5 +41,4 @@ struct bsdiff_stream }; int bsdiff(const uint8_t* old, int64_t oldsize, const uint8_t* new, int64_t newsize, struct bsdiff_stream* stream); -//int bsdiff_main(int argc, char** argv); #endif diff --git a/mpmaster/src/main/cpp/bspatch/bspatch.h b/mpmaster/src/main/cpp/bspatch/bspatch.h index e8ec3b3e..e145111d 100644 --- a/mpmaster/src/main/cpp/bspatch/bspatch.h +++ b/mpmaster/src/main/cpp/bspatch/bspatch.h @@ -37,6 +37,5 @@ struct bspatch_stream }; int bspatch(const uint8_t* old, int64_t oldsize, uint8_t* new, int64_t newsize, struct bspatch_stream* stream); -//int bspatch_main(int argc, char** argv); #endif