From e4cc5406ee784e09d269abcc55488328a6c7e776 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= <sumneko@hotmail.com>
Date: Mon, 29 Nov 2021 14:31:15 +0800
Subject: fix #829

---
 meta/template/math.lua | 2 --
 1 file changed, 2 deletions(-)

(limited to 'meta/template')

diff --git a/meta/template/math.lua b/meta/template/math.lua
index 09c75cc6..f987eb0b 100644
--- a/meta/template/math.lua
+++ b/meta/template/math.lua
@@ -184,12 +184,10 @@ function math.random(m, n) end
 ---#DES 'math.randomseed>5.4'
 ---@param x? integer
 ---@param y? integer
----@nodiscard
 function math.randomseed(x, y) end
 ---#else
 ---#DES 'math.randomseed<5.3'
 ---@param x integer
----@nodiscard
 function math.randomseed(x) end
 ---#end
 
-- 
cgit v1.2.3