summaryrefslogtreecommitdiffstats
path: root/include/complex.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/complex.h')
-rw-r--r--include/complex.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/complex.h b/include/complex.h
index 88cc5b5..bb2ec97 100644
--- a/include/complex.h
+++ b/include/complex.h
@@ -50,11 +50,4 @@ float crealf(float complex);
__END_DECLS
-#ifdef __GNUC__
-#define cimag(z) (__imag__ (z))
-#define cimagf(z) (__imag__ (z))
-#define creal(z) (__real__ (z))
-#define crealf(z) (__real__ (z))
-#endif
-
#endif /* _COMPLEX_H */
OpenPOWER on IntegriCloud