From 4cd2746bbe7250ee5ddf7f2f7df9c7eccaaa83de Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 14 Mar 2008 01:54:25 -0400 Subject: remove unused function (Note that this function was missing bzr support. Tch tch.) --- pre-install.d/50uncommitted-changes | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pre-install.d/50uncommitted-changes b/pre-install.d/50uncommitted-changes index 8c0d4d6..d06883d 100755 --- a/pre-install.d/50uncommitted-changes +++ b/pre-install.d/50uncommitted-changes @@ -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" -- cgit v1.2.3