summaryrefslogtreecommitdiffstats
path: root/drm
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2014-10-07 23:23:16 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-07 23:23:16 +0000
commit4fe73b54b4e44cee7ebed99fb171c1368298c5d9 (patch)
tree80fd6805076a1a7225bb94ccc419f15aeb24332c /drm
parent8e12cdf97f01b5774be555ad657f7290c0da18cd (diff)
parentac4d8b31d4c7785ccaed28977e05e158d554ce38 (diff)
downloadframeworks_av-4fe73b54b4e44cee7ebed99fb171c1368298c5d9.zip
frameworks_av-4fe73b54b4e44cee7ebed99fb171c1368298c5d9.tar.gz
frameworks_av-4fe73b54b4e44cee7ebed99fb171c1368298c5d9.tar.bz2
am ac4d8b31: am 6ade0417: Merge "Remove dead code."
* commit 'ac4d8b31d4c7785ccaed28977e05e158d554ce38': Remove dead code.
Diffstat (limited to 'drm')
-rw-r--r--drm/libdrmframework/include/PlugInManager.h8
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 {