Skip to content

Commit

Permalink
[gcov] Delete ancient MSVC workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskRay committed Mar 12, 2021
1 parent 10b1d30 commit b978a93
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions compiler-rt/lib/profile/GCDAProfiling.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#include <errno.h>
#include <fcntl.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand All @@ -38,16 +39,6 @@
#include <unistd.h>
#endif

#if !defined(_MSC_VER)
#include <stdint.h>
#endif

#if defined(_MSC_VER)
typedef unsigned char uint8_t;
typedef unsigned int uint32_t;
typedef unsigned long long uint64_t;
#endif

#include "InstrProfiling.h"
#include "InstrProfilingUtil.h"

Expand Down

0 comments on commit b978a93

Please sign in to comment.