duplicate method removed
diff --git a/gitflow b/gitflow
index e8a4d32..8d6e9ac 100755
--- a/gitflow
+++ b/gitflow
@@ -31,10 +31,6 @@
 	fi
 }
 
-gitflow_check_clean_working_tree() {
-	echo "Working tree clean."
-}
-
 if [ $# -lt 2 ]; then
 	usage
 	exit 1