From 67048550b9ac3957fb29b7f9e7bf4b8ee3e9bc73 Mon Sep 17 00:00:00 2001 From: Alan Antonuk Date: Mon, 4 Dec 2017 21:41:40 -0800 Subject: Remove vim mode lines. They're hard to keep in sync with .clang-format or other tools. --- tools/CMakeLists.txt | 1 - tools/common.c | 1 - tools/common.h | 1 - tools/consume.c | 1 - tools/declare_queue.c | 1 - tools/delete_queue.c | 1 - tools/get.c | 1 - tools/publish.c | 1 - tools/unix/process.c | 1 - tools/unix/process.h | 1 - tools/win32/compat.c | 1 - tools/win32/compat.h | 1 - tools/win32/process.c | 1 - tools/win32/process.h | 1 - 14 files changed, 14 deletions(-) (limited to 'tools') diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 52e3464..1471043 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -1,4 +1,3 @@ -# vim:set ts=2 sw=2 sts=2 et: include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${LIBRABBITMQ_INCLUDE_DIRS} ${POPT_INCLUDE_DIR}) if (WIN32) diff --git a/tools/common.c b/tools/common.c index 9c6b085..f305378 100644 --- a/tools/common.c +++ b/tools/common.c @@ -1,4 +1,3 @@ -/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* * ***** BEGIN LICENSE BLOCK ***** * Version: MIT diff --git a/tools/common.h b/tools/common.h index 7d01966..642d1b3 100644 --- a/tools/common.h +++ b/tools/common.h @@ -1,4 +1,3 @@ -/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* * ***** BEGIN LICENSE BLOCK ***** * Version: MIT diff --git a/tools/consume.c b/tools/consume.c index ab0b0f9..485a0cf 100644 --- a/tools/consume.c +++ b/tools/consume.c @@ -1,4 +1,3 @@ -/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* * ***** BEGIN LICENSE BLOCK ***** * Version: MIT diff --git a/tools/declare_queue.c b/tools/declare_queue.c index 38e25b2..15f0b2a 100644 --- a/tools/declare_queue.c +++ b/tools/declare_queue.c @@ -1,4 +1,3 @@ -/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* * ***** BEGIN LICENSE BLOCK ***** * Version: MIT diff --git a/tools/delete_queue.c b/tools/delete_queue.c index e038ee4..6ac0130 100644 --- a/tools/delete_queue.c +++ b/tools/delete_queue.c @@ -1,4 +1,3 @@ -/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* * ***** BEGIN LICENSE BLOCK ***** * Version: MIT diff --git a/tools/get.c b/tools/get.c index 7f1feed..598a014 100644 --- a/tools/get.c +++ b/tools/get.c @@ -1,4 +1,3 @@ -/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* * ***** BEGIN LICENSE BLOCK ***** * Version: MIT diff --git a/tools/publish.c b/tools/publish.c index acb63bc..881004d 100644 --- a/tools/publish.c +++ b/tools/publish.c @@ -1,4 +1,3 @@ -/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* * ***** BEGIN LICENSE BLOCK ***** * Version: MIT diff --git a/tools/unix/process.c b/tools/unix/process.c index 9b25f4b..987b49c 100644 --- a/tools/unix/process.c +++ b/tools/unix/process.c @@ -1,4 +1,3 @@ -/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* * ***** BEGIN LICENSE BLOCK ***** * Version: MIT diff --git a/tools/unix/process.h b/tools/unix/process.h index 6f22404..59673f2 100644 --- a/tools/unix/process.h +++ b/tools/unix/process.h @@ -1,4 +1,3 @@ -/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* * ***** BEGIN LICENSE BLOCK ***** * Version: MIT diff --git a/tools/win32/compat.c b/tools/win32/compat.c index 9a59175..f9aecd6 100644 --- a/tools/win32/compat.c +++ b/tools/win32/compat.c @@ -1,4 +1,3 @@ -/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* * ***** BEGIN LICENSE BLOCK ***** * Version: MIT diff --git a/tools/win32/compat.h b/tools/win32/compat.h index d3c2b61..d08532b 100644 --- a/tools/win32/compat.h +++ b/tools/win32/compat.h @@ -1,4 +1,3 @@ -/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* * ***** BEGIN LICENSE BLOCK ***** * Version: MIT diff --git a/tools/win32/process.c b/tools/win32/process.c index ec57db8..640d8df 100644 --- a/tools/win32/process.c +++ b/tools/win32/process.c @@ -1,4 +1,3 @@ -/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* * ***** BEGIN LICENSE BLOCK ***** * Version: MIT diff --git a/tools/win32/process.h b/tools/win32/process.h index 2df5d5d..0dd05fb 100644 --- a/tools/win32/process.h +++ b/tools/win32/process.h @@ -1,4 +1,3 @@ -/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* * ***** BEGIN LICENSE BLOCK ***** * Version: MIT -- cgit v1.2.1