[trivial] remove emacs config from devstack script

It could cause issues during execution, and in general ide or
editors specific config should not be kept here but in a specific
config file.

Change-Id: I4fbf7c6d00f2ba19a860d4c39cd882f541ff0600
This commit is contained in:
Riccardo Pittau 2020-08-31 10:27:17 +02:00
parent 99e8fc9810
commit ed6f9a14ec
1 changed files with 0 additions and 5 deletions

View File

@ -3117,8 +3117,3 @@ function setup_vxlan_network {
# Restore xtrace + pipefail
$_XTRACE_IRONIC
$_PIPEFAIL_IRONIC
# Tell emacs to use shell-script-mode
## Local variables:
## mode: shell-script
## End: