From 72cef3ca1a0add2657073c7d8127ab2c8ab591d8 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Fri, 20 Nov 2020 17:11:54 -0800 Subject: [PATCH] remove Vim modeline comments in VPSC These have no effect for any developer not using Vim or with modeline disabled. A better way to achieve this now is clang-format. --- lib/vpsc/block.h | 2 -- lib/vpsc/blocks.h | 2 -- lib/vpsc/constraint.h | 2 -- lib/vpsc/csolve_VPSC.h | 2 -- lib/vpsc/generate-constraints.h | 2 -- lib/vpsc/pairingheap/PairingHeap.h | 2 -- lib/vpsc/pairingheap/dsexceptions.h | 2 -- lib/vpsc/remove_rectangle_overlap.h | 2 -- lib/vpsc/solve_VPSC.h | 2 -- lib/vpsc/variable.h | 2 -- 10 files changed, 20 deletions(-) diff --git a/lib/vpsc/block.h b/lib/vpsc/block.h index b0ab83260..99ca7dfa6 100644 --- a/lib/vpsc/block.h +++ b/lib/vpsc/block.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /** * \brief A block is a group of variables that must be moved together to improve * the goal function without violating already active constraints. diff --git a/lib/vpsc/blocks.h b/lib/vpsc/blocks.h index 92864fa9f..126f80d9f 100644 --- a/lib/vpsc/blocks.h +++ b/lib/vpsc/blocks.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /** * \brief A block structure defined over the variables * diff --git a/lib/vpsc/constraint.h b/lib/vpsc/constraint.h index 416160076..51bc3dd15 100644 --- a/lib/vpsc/constraint.h +++ b/lib/vpsc/constraint.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /** * \brief A constraint determines a minimum or exact spacing required between * two variables. diff --git a/lib/vpsc/csolve_VPSC.h b/lib/vpsc/csolve_VPSC.h index b8e6ab849..cc7543e4f 100644 --- a/lib/vpsc/csolve_VPSC.h +++ b/lib/vpsc/csolve_VPSC.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /** * \brief Bridge for C programs to access solve_VPSC (which is in C++) * diff --git a/lib/vpsc/generate-constraints.h b/lib/vpsc/generate-constraints.h index c0750d22f..b4337b68f 100644 --- a/lib/vpsc/generate-constraints.h +++ b/lib/vpsc/generate-constraints.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /** * \brief Functions to automatically generate constraints for the rectangular * node overlap removal problem. diff --git a/lib/vpsc/pairingheap/PairingHeap.h b/lib/vpsc/pairingheap/PairingHeap.h index c64c337ed..555f13b51 100644 --- a/lib/vpsc/pairingheap/PairingHeap.h +++ b/lib/vpsc/pairingheap/PairingHeap.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /** * \brief Pairing heap datastructure implementation * diff --git a/lib/vpsc/pairingheap/dsexceptions.h b/lib/vpsc/pairingheap/dsexceptions.h index 17ea73fb5..4bf79bd9c 100644 --- a/lib/vpsc/pairingheap/dsexceptions.h +++ b/lib/vpsc/pairingheap/dsexceptions.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - #pragma once class Underflow { }; diff --git a/lib/vpsc/remove_rectangle_overlap.h b/lib/vpsc/remove_rectangle_overlap.h index 2990b1017..4fddd45c9 100644 --- a/lib/vpsc/remove_rectangle_overlap.h +++ b/lib/vpsc/remove_rectangle_overlap.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /** * \brief remove overlaps between a set of rectangles. * diff --git a/lib/vpsc/solve_VPSC.h b/lib/vpsc/solve_VPSC.h index 13d909697..2017494f4 100644 --- a/lib/vpsc/solve_VPSC.h +++ b/lib/vpsc/solve_VPSC.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /** * \brief Solve an instance of the "Variable Placement with Separation * Constraints" problem. diff --git a/lib/vpsc/variable.h b/lib/vpsc/variable.h index 675d87326..03d7012c5 100644 --- a/lib/vpsc/variable.h +++ b/lib/vpsc/variable.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /** * * Authors: -- 2.40.0