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

Commit f4a4c1da authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh
Browse files

Remove dead code.

BUG: 17364950
Change-Id: I7c55fd918a8c0d1a3375807eaece9ae9176ffeea
parent ae38d425
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
     */