Skip to content

Commit b978a93

Browse files
committed
[gcov] Delete ancient MSVC workaround
1 parent 10b1d30 commit b978a93

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

compiler-rt/lib/profile/GCDAProfiling.c

+1-10
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
#include <errno.h>
2525
#include <fcntl.h>
26+
#include <stdint.h>
2627
#include <stdio.h>
2728
#include <stdlib.h>
2829
#include <string.h>
@@ -38,16 +39,6 @@
3839
#include <unistd.h>
3940
#endif
4041

41-
#if !defined(_MSC_VER)
42-
#include <stdint.h>
43-
#endif
44-
45-
#if defined(_MSC_VER)
46-
typedef unsigned char uint8_t;
47-
typedef unsigned int uint32_t;
48-
typedef unsigned long long uint64_t;
49-
#endif
50-
5142
#include "InstrProfiling.h"
5243
#include "InstrProfilingUtil.h"
5344

0 commit comments

Comments
 (0)