Skip to content

Commit f8609bf

Browse files
committed
Update assert.h.def
1 parent 77c5a81 commit f8609bf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

libc/include/assert.h.def

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#ifndef LLVM_LIBC_ASSERT_H
10-
#define LLVM_LIBC_ASSERT_H
11-
129
#include "__llvm-libc-common.h"
1310

1411
// This file may be usefully included multiple times to change assert()'s
@@ -17,5 +14,3 @@
1714
%%public_api()
1815

1916
#include "llvm-libc-macros/assert-macros.h"
20-
21-
#endif // LLVM_LIBC_ASSERT_H

0 commit comments

Comments
 (0)