diff options
author | Chih-Hung Hsieh <chh@google.com> | 2014-10-07 21:34:17 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-10-07 21:34:17 +0000 |
commit | ac4d8b31d4c7785ccaed28977e05e158d554ce38 (patch) | |
tree | 8dfdedb4e1a7ae1be35f8dcb57ecf1249a3ac528 /drm | |
parent | 566a6fba127771c752fd40db84f1e7aafa520ea6 (diff) | |
parent | 6ade0417485d964f8a9462105e6507bfb7d19914 (diff) | |
download | frameworks_av-ac4d8b31d4c7785ccaed28977e05e158d554ce38.zip frameworks_av-ac4d8b31d4c7785ccaed28977e05e158d554ce38.tar.gz frameworks_av-ac4d8b31d4c7785ccaed28977e05e158d554ce38.tar.bz2 |
am 6ade0417: Merge "Remove dead code."
* commit '6ade0417485d964f8a9462105e6507bfb7d19914':
Remove dead code.
Diffstat (limited to 'drm')
-rw-r--r-- | drm/libdrmframework/include/PlugInManager.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drm/libdrmframework/include/PlugInManager.h b/drm/libdrmframework/include/PlugInManager.h index a4c2bb9..466844d 100644 --- a/drm/libdrmframework/include/PlugInManager.h +++ b/drm/libdrmframework/include/PlugInManager.h @@ -234,14 +234,6 @@ private: } /** - * 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 */ bool isDirectory(const struct dirent* pEntry) const { |