Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
cb4ce21f
Commit
cb4ce21f
authored
Feb 16, 2003
by
Niels Möller
Browse files
* src/gateway_commands.c (gateway_setup_command): Deleted old
#if:ed out command. Rev: src/gateway_commands.c:1.18
parent
aa546e21
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/gateway_commands.c
View file @
cb4ce21f
...
...
@@ -199,18 +199,3 @@ make_gateway_setup(struct local_info *local)
return
res
;
}
#if 0
DEFINE_COMMAND(gateway_setup_command)
(struct command *s UNUSED,
struct lsh_object *a,
struct command_continuation *c,
struct exception_handler *e UNUSED)
{
CAST(local, local_info, a);
CAST_SUBTYPE(command, res,
gateway_setup(local));
COMMAND_RETURN(c, res);
}
#endif
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