[clang][driver][NFC][obvious] Remove obsolete unistd.h include
authorTimm Bäder <tbaeder@redhat.com>
Sun, 17 Jan 2021 06:51:45 +0000 (07:51 +0100)
committerTimm Bäder <tbaeder@redhat.com>
Tue, 19 Jan 2021 08:22:40 +0000 (09:22 +0100)
getuid() is not being called in this file anymore.

clang/lib/Driver/ToolChains/Clang.cpp

index 8d6e8c4..7ae0de2 100644 (file)
 #include "llvm/Support/TargetParser.h"
 #include "llvm/Support/YAMLParser.h"
 
-#ifdef LLVM_ON_UNIX
-#include <unistd.h> // For getuid().
-#endif
-
 using namespace clang::driver;
 using namespace clang::driver::tools;
 using namespace clang;