remove unused function
authorJoey Hess <joey@kodama.kitenet.net>
Fri, 14 Mar 2008 05:54:25 +0000 (01:54 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Fri, 14 Mar 2008 05:54:25 +0000 (01:54 -0400)
(Note that this function was missing bzr support. Tch tch.)

pre-install.d/50uncommitted-changes

index 8c0d4d6c7778b5c156d52951c041f071290f9b06..d06883dab155cdbce410070314c7821a0c176ecf 100755 (executable)
@@ -1,14 +1,6 @@
 #!/bin/sh
 set -e
 
-status() {
-       if [ "$VCS" = git ]; then
-               git status
-       elif [ "$VCS" = hg ]; then
-               hg status
-       fi
-}
-
 if [ "$1" = "fail-debconf" ]; then
        . /usr/share/debconf/confmodule
        db_subst etckeeper/commit_failed VCS "$VCS"