diff options
| author | Roy Marples <roy@marples.name> | 2007-10-04 13:55:37 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2007-10-04 13:55:37 +0000 |
| commit | 48cfeba8b23fa13fbaf63a27df74d385c6cbbace (patch) | |
| tree | d3e5259e59f00fe364e8ab400dda4e0fc7f08e71 | |
| parent | daf868394fb65a6501472a99f0ec9e03a891558f (diff) | |
| download | openrc-48cfeba8b23fa13fbaf63a27df74d385c6cbbace.tar.xz | |
Remove debug
| -rw-r--r-- | src/rc-depend.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rc-depend.c b/src/rc-depend.c index b86e17db..80ee9ceb 100644 --- a/src/rc-depend.c +++ b/src/rc-depend.c @@ -91,8 +91,6 @@ int rc_depend (int argc, char **argv) case 'T': options &= RC_DEP_TRACE; break; - case '?': - einfo ("hello"); case_RC_COMMON_GETOPT } |
