Remove dead code.

BUG: 17364950
Change-Id: I7c55fd918a8c0d1a3375807eaece9ae9176ffeea
This commit is contained in:
Chih-Hung Hsieh
2014-10-07 13:55:27 -07:00
parent ae38d425fd
commit f4a4c1da7e

View File

@@ -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
*/