summaryrefslogtreecommitdiff
path: root/src/proto.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-05-30 18:14:57 +0200
committerBram Moolenaar <Bram@vim.org>2020-05-30 18:14:57 +0200
commit041c7107f23d3b49ab62c1d7e36af90421db8b63 (patch)
treef21e0e6114da8949c9d91f727d8df2e0754ce064 /src/proto.h
parent06b7b58455f9c09be3d1c36d174ffbfdf4efcd79 (diff)
downloadvim-git-041c7107f23d3b49ab62c1d7e36af90421db8b63.tar.gz
patch 8.2.0849: BeOS code is not maintained and probably unusedv8.2.0849
Problem: BeOS code is not maintained and probably unused. Solution: Remove the BeOS code. (Emir Sari, closes #5817)
Diffstat (limited to 'src/proto.h')
-rw-r--r--src/proto.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/proto.h b/src/proto.h
index 7a5cc4157..b73350a4f 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -49,9 +49,6 @@ extern int _stricoll(char *a, char *b);
# ifdef VMS
# include "os_vms.pro"
# endif
-# ifdef __BEOS__
-# include "os_beos.pro"
-# endif
# ifdef __QNX__
# include "os_qnx.pro"
# endif