From fa8ba4f04623f66962c9fa2a502dd8d51a3eefa6 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Sun, 10 Dec 2017 02:10:35 +1100 Subject: src/: Comment out unused constants/functions --- src/loslib.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/loslib.js') diff --git a/src/loslib.js b/src/loslib.js index 16df4ea..19dfd02 100644 --- a/src/loslib.js +++ b/src/loslib.js @@ -82,7 +82,7 @@ const checkoption = function(L, conv, i, buff) { }; /* maximum size for an individual 'strftime' item */ -const SIZETIMEFMT = 250; +// const SIZETIMEFMT = 250; const os_date = function(L) { -- cgit v1.2.3-54-g00ecf