From c433465432417b89b57311eb2d610bf67acfeb6f Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Mon, 1 Apr 2013 22:07:19 -0300 Subject: [PATCH] Remove old comment --- lib/vagrant-lxc/action.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/vagrant-lxc/action.rb b/lib/vagrant-lxc/action.rb index 6337d29..ab328eb 100644 --- a/lib/vagrant-lxc/action.rb +++ b/lib/vagrant-lxc/action.rb @@ -38,11 +38,6 @@ module Vagrant end end - # We could do this here as VirtualBox does, but at least for now its better - # to be explicit and have the full constant name in order to easily spot - # what we implemented and what is builtin on Vagrant. - # - # include Vagrant::Action::Builtin # This action boots the VM, assuming the VM is in a state that requires # a bootup (i.e. not saved).