am 6ade0417: Merge "Remove dead code."

* commit '6ade0417485d964f8a9462105e6507bfb7d19914':
  Remove dead code.
This commit is contained in:
Chih-Hung Hsieh
2014-10-07 21:34:17 +00:00
committed by Android Git Automerger

View File

@@ -233,14 +233,6 @@ private:
return extension == String8(PLUGIN_EXTENSION); 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 * True if input entry is directory
*/ */