Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
cbfdfc65
Commit
cbfdfc65
authored
May 24, 2017
by
Uwe Schulzweida
Browse files
operatorPrintAll: remove cmp_name().
parent
6775a389
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules.cc
View file @
cbfdfc65
...
...
@@ -1201,13 +1201,6 @@ int operatorStreamNumber(const char *operatorName) {
return
modules
[
get_module_name_to
(
operator_name
)].
number
;
}
int
cmpname
(
const
void
*
s1
,
const
void
*
s2
)
{
char
**
c1
=
(
char
**
)
s1
;
char
**
c2
=
(
char
**
)
s2
;
return
strcmp
((
const
char
*
)
*
c1
,
(
const
char
*
)
*
c2
);
}
/***
* Creates a sorted vector with all operator names and alisases excluding all modules that are
* marked as internal
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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