diff options
Diffstat (limited to '')
-rw-r--r-- | twinstall.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/twinstall.cpp b/twinstall.cpp index 4bc69424e..86a0979a3 100644 --- a/twinstall.cpp +++ b/twinstall.cpp @@ -41,11 +41,6 @@ #include "partitions.hpp" #include "twrp-functions.hpp" -extern "C" { -#include "extra-functions.h" -int __system(const char *command); -}; - extern RecoveryUI* ui; #define ASSUMED_UPDATE_BINARY_NAME "META-INF/com/google/android/update-binary" |