Remove HAVE_SELINUX guards

Change-Id: Ia96201f20f7838d7d9e8926208977d3f8318ced4
This commit is contained in:
Kenny Root
2012-10-16 12:57:26 -07:00
parent bddbb5b370
commit 7eb7567aa3
11 changed files with 4 additions and 53 deletions
-2
View File
@@ -809,7 +809,6 @@ main(int argc, char **argv) {
}
}
#ifdef HAVE_SELINUX
struct selinux_opt seopts[] = {
{ SELABEL_OPT_PATH, "/file_contexts" }
};
@@ -820,7 +819,6 @@ main(int argc, char **argv) {
fprintf(stderr, "Warning: No file_contexts\n");
ui->Print("Warning: No file_contexts\n");
}
#endif
device->StartRecovery();