diff options
author | Michael Reed <m.reed@mykolab.com> | 2014-12-03 19:52:21 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2014-12-09 19:24:58 -0500 |
commit | 3969823759a7f4aac30d6ce279e83290e61f0acc (patch) | |
tree | e53d5ec409543c017414c931309eae8ed05454a9 /src/nvim/os_unix.c | |
parent | c5b9e5d1d317b74d4adf7637cd9081be4ee52722 (diff) | |
download | rneovim-3969823759a7f4aac30d6ce279e83290e61f0acc.tar.gz rneovim-3969823759a7f4aac30d6ce279e83290e61f0acc.tar.bz2 rneovim-3969823759a7f4aac30d6ce279e83290e61f0acc.zip |
docs: Remove BeOS/Haiku remnants
Diffstat (limited to 'src/nvim/os_unix.c')
-rw-r--r-- | src/nvim/os_unix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/os_unix.c b/src/nvim/os_unix.c index 677976e3e1..a9c1fec0b4 100644 --- a/src/nvim/os_unix.c +++ b/src/nvim/os_unix.c @@ -9,7 +9,6 @@ /* * os_unix.c -- code for all flavors of Unix (BSD, SYSV, SVR4, POSIX, ...) - * Also for BeOS * * A lot of this file was originally written by Juergen Weigert and later * changed beyond recognition. |