aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/rmdir.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/account/rmdir.go')
-rw-r--r--commands/account/rmdir.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/commands/account/rmdir.go b/commands/account/rmdir.go
index 36bfc699..398f375f 100644
--- a/commands/account/rmdir.go
+++ b/commands/account/rmdir.go
@@ -20,10 +20,6 @@ func (RemoveDir) Aliases() []string {
return []string{"rmdir"}
}
-func (RemoveDir) Complete(args []string) []string {
- return nil
-}
-
func (r RemoveDir) Execute(args []string) error {
acct := app.SelectedAccount()
if acct == nil {