commit | 34db963a3cc55a546befb27171508f2b807dabb8 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Mar 18 20:17:31 2015 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Mar 18 20:17:31 2015 -0700 |
tree | 39e7d54bbd1c1cfda644b579564470aedb6dc6aa | |
parent | 0ec80263c185c29d791e06aeab773f0aaf1a7838 [diff] |
Remove useless memset from init. Change-Id: Ia880810bb2c9a976dceeb0ffdba0cb98e69e3c6d
diff --git a/init/init.cpp b/init/init.cpp index 3c6e8a4..e1c82a4 100644 --- a/init/init.cpp +++ b/init/init.cpp
@@ -679,7 +679,6 @@ if (urandom_fd != -1) { close(urandom_fd); } - memset(buf, 0, sizeof(buf)); return result; }