diff options
author | Chih-Hung Hsieh <chh@google.com> | 2014-10-07 13:55:27 -0700 |
---|---|---|
committer | Chih-Hung Hsieh <chh@google.com> | 2014-10-07 13:55:27 -0700 |
commit | f4a4c1da7e9d5086374216a6a57334b09c208f31 (patch) | |
tree | 2360e057a72fdffc045bbcb3349acbdf4f316cab /drm | |
parent | ae38d425fdb3e3fea015c161d635d631172350c3 (diff) | |
download | frameworks_av-f4a4c1da7e9d5086374216a6a57334b09c208f31.zip frameworks_av-f4a4c1da7e9d5086374216a6a57334b09c208f31.tar.gz frameworks_av-f4a4c1da7e9d5086374216a6a57334b09c208f31.tar.bz2 |
Remove dead code.
BUG: 17364950
Change-Id: I7c55fd918a8c0d1a3375807eaece9ae9176ffeea
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 { |