diff options
Diffstat (limited to '')
-rw-r--r-- | twrp-functions.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/twrp-functions.cpp b/twrp-functions.cpp index c9643570f..257643d4d 100644 --- a/twrp-functions.cpp +++ b/twrp-functions.cpp @@ -178,7 +178,6 @@ int TWFunc::Wait_For_Child_Timeout(pid_t pid, int *status, const string& Child_N } bool TWFunc::Path_Exists(string Path) { - // Check to see if the Path exists struct stat st; if (stat(Path.c_str(), &st) != 0) return false; |