Gitlab Community Edition Instance
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bnachtw
dsmci
Commits
f73acc53
Commit
f73acc53
authored
Dec 06, 2019
by
bnachtw
Browse files
removed unused sub array_minus
parent
c814da51
Changes
1
Hide whitespace changes
Inline
Side-by-side
perl/dev-dsmci.pl
View file @
f73acc53
...
...
@@ -53,6 +53,7 @@
# Thanks to Salvatore again for this fix
# 2019-11-26 0.6.5.1 added some return codes
# 2019-11-29 0.6.5.2 added a new sequence for escaping "[" and "]" -- patch distributed by Salvatore again
# 2019-12-06 0.6.5.3 removed used sub "array_minus"
#
# important notes
#
...
...
@@ -191,19 +192,6 @@ my $STATFILE;
my
$CFGFILE
;
my
$PROFFILE
;
##############################################################################
##############################################################################
# some subs
##############################################################################
##############################################################################
sub
array_minus
(\@\@)
{
my
%e
=
map
{
$_
=>
undef
}
@
{
$_
[
1
]};
return
grep
(
!
exists
(
$e
{
$_
}
),
@
{
$_
[
0
]}
);
}
##############################################################################
##############################################################################
# some tests for given command line arguments
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment