From 540243764fbebe60d0669ebc2369e0c6433b9f17 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 18 Jan 2015 18:52:42 -0800 Subject: [PATCH] Remove left-over uneeded $comma --- modules/compiler_vm/compiler_vm_client.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/compiler_vm/compiler_vm_client.pl b/modules/compiler_vm/compiler_vm_client.pl index c94f0d01..74171023 100755 --- a/modules/compiler_vm/compiler_vm_client.pl +++ b/modules/compiler_vm/compiler_vm_client.pl @@ -15,7 +15,6 @@ eval { print "Language '$language' is not supported.\n"; my @languages = glob 'languages/*.pm'; - my $comma = ''; print "Supported languages are: "; print join(", ", grep { $_ = basename $_; $_ =~ s/.pm$//; $_ !~ m/^_/ } sort @languages); print "\n";