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

Commit ac4d8b31 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by Android Git Automerger
Browse files

am 6ade0417: Merge "Remove dead code."

* commit '6ade0417':
  Remove dead code.
parents 566a6fba 6ade0417
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -233,14 +233,6 @@ private:
        return extension == String8(PLUGIN_EXTENSION);
    }

    /**
     * True if the input entry is "." or ".."
     */
    bool isDotOrDDot(const struct dirent* pEntry) const {
        String8 sName(pEntry->d_name);
        return sName == "." || sName == "..";
    }

    /**
     * True if input entry is directory
     */