summaryrefslogtreecommitdiffstats
path: root/src/testdir/check.vim
diff options
context:
space:
mode:
Diffstat (limited to 'src/testdir/check.vim')
-rw-r--r--src/testdir/check.vim9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/testdir/check.vim b/src/testdir/check.vim
index 4fe130b7bf..6190399e5d 100644
--- a/src/testdir/check.vim
+++ b/src/testdir/check.vim
@@ -92,15 +92,6 @@ func CheckLinux()
endif
endfunc
-" Command to check for not running on a BSD system.
-" TODO: using this check should not be needed
-command CheckNotBSD call CheckNotBSD()
-func CheckNotBSD()
- if has('bsd')
- throw 'Skipped: does not work on BSD'
- endif
-endfunc
-
" Command to check that making screendumps is supported.
" Caller must source screendump.vim
command CheckScreendump call CheckScreendump()