diff --git a/lib/vagrant/errors.rb b/lib/vagrant/errors.rb index b01a13c3b..ed62e8617 100644 --- a/lib/vagrant/errors.rb +++ b/lib/vagrant/errors.rb @@ -150,11 +150,6 @@ module Vagrant error_key(:cli_invalid_options) end - class DeprecationError < VagrantError - status_code(60) - error_key(:deprecation) - end - class DestroyRequiresForce < VagrantError status_code(74) error_key(:destroy_requires_force) diff --git a/templates/locales/en.yml b/templates/locales/en.yml index fb7dd4cd3..76bcfc7b0 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -56,11 +56,6 @@ en: available below. %{help} - deprecation: |- - You are using a feature that has been removed in this version. Explanation: - - %{message} - Note that this error message will not appear in the next version of Vagrant. destroy_requires_force: |- Destroy doesn't have a TTY to ask for confirmation. Please pass the `--force` flag to force a destroy, otherwise attach a TTY so that