From 9f245df98e8118d8ae829ac201bb62eca3938dd8 Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih@debian.org>
Date: Sat, 19 Dec 2015 08:05:31 +0100
Subject: [PATCH] _vcsh: Remove stale completion

---
 _vcsh | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/_vcsh b/_vcsh
index 53eaada..35651eb 100644
--- a/_vcsh
+++ b/_vcsh
@@ -36,10 +36,6 @@ function _vcsh-list () {
 }
 
 function _vcsh-list-tracked () {
-	_nothing
-}
-
-function _vcsh-list-tracked-by () {
 	(( CURRENT == 2 )) && __vcsh_repositories
 }
 
-- 
GitLab