From eb90ee3db61e277c1b11daf618776e88eec1fab9 Mon Sep 17 00:00:00 2001 From: "K.Takata" Date: Wed, 23 Oct 2019 22:02:15 +0900 Subject: [PATCH] Units: Delete unnecessary filter `parser-c.r/line_directives.c.d/filter` is not needed anymore because we have merged #2199. --- Units/parser-c.r/line_directives.c.d/filter | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 Units/parser-c.r/line_directives.c.d/filter diff --git a/Units/parser-c.r/line_directives.c.d/filter b/Units/parser-c.r/line_directives.c.d/filter deleted file mode 100755 index c9ae70664a..0000000000 --- a/Units/parser-c.r/line_directives.c.d/filter +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh -# -# Both / and \ are appeared as separators in file paths in a tags -# file generated by ctags built on -# "Environment: compiler=msys2, MSYS2_ARCH=x86_64, MSYS2_DIR=msys64, MSYSTEM=MINGW64" -# of Appveyor. -# -# / comes from arguments, which units test harness passes to -# the ctags executable. -# \ comes from OUTPUT_PATH_SEPARATOR macro defined in main/routines.h. -# If UNIX_PATH_SEPARATOR macro is defined when the ctags executable -# is built, OUTPUT_PATH_SEPARATOR macro is defined as / but by default -# it is defined as \ on the environment. -# -# Following sed invocation trims directory components of -# file paths in the tags file when OUTPUT_PATH_SEPARATOR is defined -# as \. -# -sed -e 's/line_directives.c.d\\\\//'