shim/0002-Remove-extraneous-debug-code.patch
2012-11-28 12:18:07 -05:00

26 lines
512 B
Diff

From a949ce8f56363b48fa32fd4b0c6e656e95b08e06 Mon Sep 17 00:00:00 2001
From: Fedora Ninjas <shim-owner@fedoraproject.org>
Date: Wed, 28 Nov 2012 12:14:50 -0500
Subject: [PATCH] Remove extraneous debug code
---
shim.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/shim.c b/shim.c
index 88c8209..d0acd0a 100644
--- a/shim.c
+++ b/shim.c
@@ -416,8 +416,6 @@ static BOOLEAN secure_mode (void)
UINT8 sb, setupmode;
UINT32 attributes;
- return TRUE;
-
if (insecure_mode)
return FALSE;
--
1.8.0