Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ebca76c2 authored by Fyodor Kupolov's avatar Fyodor Kupolov Committed by Android Git Automerger
Browse files

am 9cad1985: Merge "Fix errors caused by unused variables"

* commit '9cad1985':
  Fix errors caused by unused variables
parents 63750cb6 9cad1985
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -991,10 +991,9 @@ int dexopt(const char *apk_path, uid_t uid, bool is_public,
           bool vm_safe_mode, bool is_patchoat, bool debuggable, const char* oat_dir)
{
    struct utimbuf ut;
    struct stat input_stat, dex_stat;
    struct stat input_stat;
    char out_path[PKG_PATH_MAX];
    char swap_file_name[PKG_PATH_MAX];
    char *end;
    const char *input_file;
    char in_odex_path[PKG_PATH_MAX];
    int res, input_fd=-1, out_fd=-1, swap_fd=-1;