Skip to content

Commit b86e7ae

Browse files
committed
[clang][driver][NFC][obvious] Remove obsolete unistd.h include
getuid() is not being called in this file anymore.
1 parent e517dff commit b86e7ae

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

clang/lib/Driver/ToolChains/Clang.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@
4545
#include "llvm/Support/TargetParser.h"
4646
#include "llvm/Support/YAMLParser.h"
4747

48-
#ifdef LLVM_ON_UNIX
49-
#include <unistd.h> // For getuid().
50-
#endif
51-
5248
using namespace clang::driver;
5349
using namespace clang::driver::tools;
5450
using namespace clang;

0 commit comments

Comments
 (0)