Skip to content

Commit

Permalink
Remove unused fatal function
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Tallon committed Apr 17, 2018
1 parent aa435ba commit d10a840
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/program/loadtest/find-limit/find-limit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ local promise = require("program.loadtest.promise")
local WARM_UP_BIT_RATE = 1e9
local WARM_UP_TIME = 5

local function fatal (msg)
print(msg)
main.exit(1)
end

local function show_usage(code)
print(require("program.loadtest.find_limit.README_inc"))
main.exit(code)
Expand Down

0 comments on commit d10a840

Please sign in to comment.