summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-06-07 22:39:43 +0800
committerruki <[email protected]>2021-06-07 22:39:43 +0800
commit8240d2513e641ceec83b957cae42fac90ad0e306 (patch)
tree2a4584c71ee52bbc3364e6342cc76d250088628c
parent1c7de93243407cade2e9e8bb478487f502a60389 (diff)
remove unuse if-branch
-rw-r--r--xmake/rules/wdk/sign/sign.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/rules/wdk/sign/sign.lua b/xmake/rules/wdk/sign/sign.lua
index 5fa3bcc10..1bc6570f6 100644
--- a/xmake/rules/wdk/sign/sign.lua
+++ b/xmake/rules/wdk/sign/sign.lua
@@ -77,8 +77,6 @@ function main(target, filepath, mode)
table.insert(argv, thumbprint)
end
local store = target:values("wdk.sign.store")
- if not store and mode == "test" then
- end
if store then
table.insert(argv, "/a")
table.insert(argv, "/s")