OSDN Git Service

Delete unused function.
authorJeff Brown <jeffbrown@google.com>
Sat, 12 May 2012 00:40:45 +0000 (17:40 -0700)
committerJeff Brown <jeffbrown@google.com>
Sat, 12 May 2012 00:56:01 +0000 (17:56 -0700)
commit03f3747b2f364bce475aead57141bbc44b1637e7
tree6c7b3892c56f00269d937cfc63bb23a8c3fa0600
parent7465678e0d5711ebcd78ae47b3a76821534a23ea
Delete unused function.

set_last_user_activity_timeout() is no longer used or useful.
It opens a sysfs node that no longer exists that used to
be published by a daemon that is no longer even compiled
and that is about to be deleted.  It used to be called
by the power manager with a huge value whose purpose was
essentially to disable the timeout feature altogether.

Long live dead code!

Bug: 6435382
Change-Id: If8f97a66f4e963a11e1c6b67ad97b41b2613043e
include/hardware_legacy/power.h
power/power.c