diff options
Diffstat (limited to 'compiler-rt/lib/sanitizer_common/sanitizer_posix.h')
| -rw-r--r-- | compiler-rt/lib/sanitizer_common/sanitizer_posix.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_posix.h b/compiler-rt/lib/sanitizer_common/sanitizer_posix.h index 04a76445eab..37f27d56707 100644 --- a/compiler-rt/lib/sanitizer_common/sanitizer_posix.h +++ b/compiler-rt/lib/sanitizer_common/sanitizer_posix.h @@ -103,8 +103,6 @@ bool IsStateDetached(int state); // Move the fd out of {0, 1, 2} range. fd_t ReserveStandardFds(fd_t fd); -bool ShouldMockFailureToOpen(const char *path); - } // namespace __sanitizer #endif // SANITIZER_POSIX_H |

