summaryrefslogtreecommitdiffstats
path: root/syntax/modules/log-request-speed.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/modules/log-request-speed.vim')
-rw-r--r--syntax/modules/log-request-speed.vim9
1 files changed, 0 insertions, 9 deletions
diff --git a/syntax/modules/log-request-speed.vim b/syntax/modules/log-request-speed.vim
deleted file mode 100644
index 374538fb..00000000
--- a/syntax/modules/log-request-speed.vim
+++ /dev/null
@@ -1,9 +0,0 @@
-if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
-
-" Log Request Speed (DEPRECATED) <http://wiki.nginx.org/NginxHttpLogRequestSpeed>
-" Log the time it took to process each request.
-syn keyword ngxDirectiveDeprecated log_request_speed_filter
-syn keyword ngxDirectiveDeprecated log_request_speed_filter_timeout
-
-
-endif