aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/ethereum/ethash/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/ethereum/ethash/Vagrantfile')
-rw-r--r--vendor/github.com/ethereum/ethash/Vagrantfile7
1 files changed, 0 insertions, 7 deletions
diff --git a/vendor/github.com/ethereum/ethash/Vagrantfile b/vendor/github.com/ethereum/ethash/Vagrantfile
deleted file mode 100644
index 03891653f..000000000
--- a/vendor/github.com/ethereum/ethash/Vagrantfile
+++ /dev/null
@@ -1,7 +0,0 @@
-# -*- mode: ruby -*-
-# vi: set ft=ruby :
-
-Vagrant.configure(2) do |config|
- config.vm.box = "Ubuntu 12.04"
- config.vm.box_url = "https://cloud-images.ubuntu.com/vagrant/precise/current/precise-server-cloudimg-amd64-vagrant-disk1.box"
-end