mirror of
https://github.com/CFC-Servers/cfc_network_promises.git
synced 2025-03-04 03:03:19 -05:00
Remove unused function
This commit is contained in:
parent
0b226e0425
commit
d287265587
@ -18,15 +18,3 @@ function xdcall( func, ... )
|
||||
|
||||
return false, traceback
|
||||
end
|
||||
|
||||
-- Hatling error with the little popup, but no traceback
|
||||
function errorNoTrace( err )
|
||||
local mt = {
|
||||
__tostring = function( self )
|
||||
return err
|
||||
end
|
||||
}
|
||||
local errObj = setmetatable( {}, mt )
|
||||
|
||||
error( errObj )
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user