loolwsd/README |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 9cba13a53f398418b3ac0897fecbbc3a6fc0b6ba
Author: Tor Lillqvist <[email protected]>
Date:   Tue Mar 1 15:10:16 2016 +0200

    Let's not pretend this could ever run on non-Unix
    
    In fact, it is Linux-specific even, and has never successfully been
    run on anything else, even if I tried for fun once to build it on OS
    X.

diff --git a/loolwsd/README b/loolwsd/README
index 55a75d1..5d1e081 100644
--- a/loolwsd/README
+++ b/loolwsd/README
@@ -275,10 +275,6 @@ The style is roughly as follows, in rough order of 
importance:
   std;". But it's OK to use "using Poco::Foo;" all over. Maybe that is
   not a good idea? But please no "using" in headers.
 
-- Be as portable as possible, i.e. don't intentionally write Unix-only
-  code if there is a choice. Obviously some parts of the code
-  currently use Unix-only things like chroot() and link() though.
-
 - Member functions use camelCaseWithInitialLowerCase. I don't like
   CamelCaseWithInitialUpperCase.
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to