summaryrefslogtreecommitdiffstats
path: root/lib/libcxx/include/tgmath.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcxx/include/tgmath.h')
-rw-r--r--lib/libcxx/include/tgmath.h37
1 files changed, 0 insertions, 37 deletions
diff --git a/lib/libcxx/include/tgmath.h b/lib/libcxx/include/tgmath.h
deleted file mode 100644
index aba87499c29..00000000000
--- a/lib/libcxx/include/tgmath.h
+++ /dev/null
@@ -1,37 +0,0 @@
-// -*- C++ -*-
-//===-------------------------- tgmath.h ----------------------------------===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is dual licensed under the MIT and the University of Illinois Open
-// Source Licenses. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef _LIBCPP_TGMATH_H
-#define _LIBCPP_TGMATH_H
-
-/*
- tgmath.h synopsis
-
-#include <ctgmath>
-
-*/
-
-#include <__config>
-
-#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
-#pragma GCC system_header
-#endif
-
-#ifdef __cplusplus
-
-#include <ctgmath>
-
-#else // __cplusplus
-
-#include_next <tgmath.h>
-
-#endif // __cplusplus
-
-#endif // _LIBCPP_TGMATH_H