summaryrefslogtreecommitdiff
path: root/ace/os_include/math.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/math.h')
-rw-r--r--ace/os_include/math.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/ace/os_include/math.h b/ace/os_include/math.h
deleted file mode 100644
index 1e78fb79cfe..00000000000
--- a/ace/os_include/math.h
+++ /dev/null
@@ -1,34 +0,0 @@
-// -*- C++ -*-
-
-//=============================================================================
-/**
- * @file math.h
- *
- * mathematical declarations
- *
- * $Id$
- *
- * @author Don Hinton <dhinton@ieee.org>
- * @author This code was originally in various places including ace/OS.h.
- */
-//=============================================================================
-
-#ifndef ACE_OS_INCLUDE_MATH_H
-#define ACE_OS_INCLUDE_MATH_H
-
-#include "ace/pre.h"
-
-#include "ace/config-all.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-// FUZZ: disable check_for_math_include
-
-#if !defined (ACE_LACKS_MATH_H)
-# include /**/ <math.h>
-#endif /* !ACE_LACKS_MATH_H */
-
-#include "ace/post.h"
-#endif /* ACE_OS_INCLUDE_MATH_H */