From 3969823759a7f4aac30d6ce279e83290e61f0acc Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Wed, 3 Dec 2014 19:52:21 -0500 Subject: docs: Remove BeOS/Haiku remnants --- src/nvim/os_unix.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/nvim/os_unix.c') 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. -- cgit