Trivial: Remove vim header from source files

Change-Id: I68a7d910d45ef5bbbc8b59d9bc363fa68c6a8663
This commit is contained in:
You Wei Wang 2016-01-13 09:22:54 +08:00 committed by Jesse Pretorius
parent f97db4da18
commit 0594488f99

View File

@ -2,7 +2,6 @@
{% if (swift.replication_network is not defined or swift.replication_network == swift.storage_network) and 'replicator-server' in program_name %}
# Blank script - dedicated replication network not in use
{% else %}
# vim:set ft=upstart ts=2 et:
description "{{ program_name }}"
author "Kevin Carter <kevin.carter@rackspace.com>"