remove unused function

pull/1901/head
Gunther Konig 2013-06-21 12:38:17 +03:00
parent decf9cdb31
commit 85c43f8a89
1 changed files with 0 additions and 6 deletions

View File

@ -34,12 +34,6 @@ _composer () {
fi
}
_composer_required () {
if [ -f composer.json ]; then
compadd `_composer_get_required_list`
fi
}
compdef _composer composer
# Aliases