From 42a1ce6e9d29bcff614bb32f7ae86b6322244503 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 18 Jan 2013 12:15:36 -0800 Subject: [PATCH] Remove the old config validation error --- lib/vagrant/errors.rb | 5 ----- templates/locales/en.yml | 5 ----- 2 files changed, 10 deletions(-) diff --git a/lib/vagrant/errors.rb b/lib/vagrant/errors.rb index 3822786e0..b01a13c3b 100644 --- a/lib/vagrant/errors.rb +++ b/lib/vagrant/errors.rb @@ -150,11 +150,6 @@ module Vagrant error_key(:cli_invalid_options) end - class ConfigValidationFailed < VagrantError - status_code(42) - error_key(:config_validation) - end - class DeprecationError < VagrantError status_code(60) error_key(:deprecation) diff --git a/templates/locales/en.yml b/templates/locales/en.yml index f9a4603eb..fb7dd4cd3 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -56,11 +56,6 @@ en: available below. %{help} - config_validation: |- - There was a problem with the configuration of Vagrant. The error message(s) - are printed below: - - %{messages} deprecation: |- You are using a feature that has been removed in this version. Explanation: