Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
diptanu committed Jan 9, 2017
1 parent 5c692c9 commit 9c92fdf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 50 deletions.
45 changes: 0 additions & 45 deletions command/syslog_plugin.go

This file was deleted.

5 changes: 0 additions & 5 deletions commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,6 @@ func Commands(metaPtr *command.Meta) map[string]cli.CommandFactory {
Meta: meta,
}, nil
},
"syslog": func() (cli.Command, error) {
return &command.SyslogPluginCommand{
Meta: meta,
}, nil
},
"server-force-leave": func() (cli.Command, error) {
return &command.ServerForceLeaveCommand{
Meta: meta,
Expand Down

0 comments on commit 9c92fdf

Please sign in to comment.