Merge "Remove obsolete __BRILLO__ ifdef."

This commit is contained in:
Treehugger Robot 2016-12-14 19:14:07 +00:00 committed by Gerrit Code Review
commit a95e9aff7c

View file

@ -352,10 +352,6 @@ static int set_mmap_rnd_bits_action(const std::vector<std::string>& args)
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();