Remove debug code

secure_mode() was altered to always return true for debug purposes, and this
accidentally got committed to mainline. Fix that.
This commit is contained in:
Matthew Garrett 2012-11-27 23:52:27 -05:00
parent 6d50f87a06
commit 9c0c64ebde

2
shim.c
View File

@ -416,8 +416,6 @@ static BOOLEAN secure_mode (void)
UINT8 sb, setupmode;
UINT32 attributes;
return TRUE;
if (insecure_mode)
return FALSE;