Skip to content
Snippets Groups Projects
Commit ba79c367 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Remove unused charset variable

parent fc4ee1b9
No related branches found
No related tags found
No related merge requests found
...@@ -24,9 +24,6 @@ opt = { ...@@ -24,9 +24,6 @@ opt = {
index: 0 index: 0
}; };
// Character list
var charlist = "!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~";
// Function declarations (Synchronet JS style) // Function declarations (Synchronet JS style)
function usage() { function usage() {
writeln("usage: [options] input"); writeln("usage: [options] input");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment