From 9f28f2401f42114daccf43946b9292ac8e183339 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 14 Oct 2014 15:41:04 -0700 Subject: [PATCH] Remove Vagrant constants [GH-1566] --- Vagrantfile | 5 +---- website/Vagrantfile | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index f8dcb1197..8397a0fd6 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -1,9 +1,6 @@ # -*- mode: ruby -*- # vi: set ft=ruby : -# Vagrantfile API/syntax version. Don't touch unless you know what you're doing! -VAGRANTFILE_API_VERSION = "2" - $script = <