diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-02-27 18:13:23 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-02-27 18:13:23 +0100 |
commit | 85b11769ab507c7df93f319fd964fa579701b76b (patch) | |
tree | b4fdc6eb96c888e12159a007610a3d2cbab3f31c /src/config.mk.in | |
parent | 4d1961783fdcb133b6b181acb7166b9f1872bf09 (diff) | |
download | vim-git-85b11769ab507c7df93f319fd964fa579701b76b.tar.gz |
patch 7.4.1433v7.4.1433
Problem: The Sniff interface is no longer useful, the tool has not been
available for may years.
Solution: Delete the Sniff interface and related code.
Diffstat (limited to 'src/config.mk.in')
-rw-r--r-- | src/config.mk.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/config.mk.in b/src/config.mk.in index b514f2bc2..7c0726c29 100644 --- a/src/config.mk.in +++ b/src/config.mk.in @@ -99,9 +99,6 @@ RUBY_PRO = @RUBY_PRO@ RUBY_CFLAGS = @RUBY_CFLAGS@ RUBY_LIBS = @RUBY_LIBS@ -SNIFF_SRC = @SNIFF_SRC@ -SNIFF_OBJ = @SNIFF_OBJ@ - AWK = @AWK@ STRIP = @STRIP@ |