Commit 85c43f8a authored by Gunther Konig's avatar Gunther Konig
Browse files

remove unused function

parent decf9cdb
......@@ -34,12 +34,6 @@ _composer () {
fi
}
_composer_required () {
if [ -f composer.json ]; then
compadd `_composer_get_required_list`
fi
}
compdef _composer composer
# Aliases
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment