From 10481d25861f1c25b53cfbd8119199ef2e918f9f Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 24 May 2020 00:48:30 +0100 Subject: chore(3p/nix): Remove some OS X specific defines This project will be dropping OS X support until the core is simplified. --- third_party/nix/src/build-remote/build-remote.cc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'third_party/nix/src/build-remote') diff --git a/third_party/nix/src/build-remote/build-remote.cc b/third_party/nix/src/build-remote/build-remote.cc index 2802b49ac8ea..04fcf389705d 100644 --- a/third_party/nix/src/build-remote/build-remote.cc +++ b/third_party/nix/src/build-remote/build-remote.cc @@ -7,9 +7,6 @@ #include #include -#if __APPLE__ -#include -#endif #include "derivations.hh" #include "globals.hh" @@ -181,11 +178,7 @@ static int _main(int argc, char* argv[]) { break; } -#if __APPLE__ - futimes(bestSlotLock.get(), NULL); -#else futimens(bestSlotLock.get(), nullptr); -#endif lock = -1; -- cgit 1.4.1