OSDN Git Service

[XRay] Remove unnecessary include of <unistd.h>
authorDean Michael Berris <dberris@google.com>
Wed, 26 Oct 2016 04:36:31 +0000 (04:36 +0000)
committerDean Michael Berris <dberris@google.com>
Wed, 26 Oct 2016 04:36:31 +0000 (04:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285170 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-xray/xray-extract.cc

index c2c5106..e40dd3d 100644 (file)
@@ -14,7 +14,6 @@
 //===----------------------------------------------------------------------===//
 
 #include <type_traits>
-#include <unistd.h>
 #include <utility>
 
 #include "xray-extract.h"
@@ -80,7 +79,6 @@ template <> struct MappingTraits<YAMLXRaySledEntry> {
 
   static constexpr bool flow = true;
 };
-
 }
 }