commit | a95e9aff7cce79c16139f2c5f24336be7592beea | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Dec 14 19:14:07 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Dec 14 19:14:08 2016 +0000 |
tree | 333104280c99e48a6f7f014fd69a6bf6630792a0 | |
parent | 5d0f40f7c5a5172ab963feed2fdfa92216421ab5 [diff] | |
parent | 405da69b270174fc95f2d38e92731f827345646e [diff] |
Merge "Remove obsolete __BRILLO__ ifdef."
diff --git a/init/init.cpp b/init/init.cpp index 75b36cf..2d474c7 100644 --- a/init/init.cpp +++ b/init/init.cpp
@@ -352,10 +352,6 @@ LOG(ERROR) << "Unknown architecture"; #endif -#ifdef __BRILLO__ - // TODO: b/27794137 - ret = 0; -#endif if (ret == -1) { LOG(ERROR) << "Unable to set adequate mmap entropy value!"; security_failure();