diff --git a/src/Utils.js b/src/Utils.js index f9a43e3..e0d0d08 100644 --- a/src/Utils.js +++ b/src/Utils.js @@ -712,7 +712,6 @@ utilities: { }, systemd_unescape: function(string_value) { - const charcode_0 = '0'.charCodeAt(0); const charcode_9 = '9'.charCodeAt(0); const charcode_A = 'A'.charCodeAt(0);