summaryrefslogtreecommitdiff
path: root/gr-analog/include/analog/sincos.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-analog/include/analog/sincos.h')
-rw-r--r--gr-analog/include/analog/sincos.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gr-analog/include/analog/sincos.h b/gr-analog/include/analog/sincos.h
index c262434f0..38b9d96da 100644
--- a/gr-analog/include/analog/sincos.h
+++ b/gr-analog/include/analog/sincos.h
@@ -27,19 +27,11 @@
namespace gr {
namespace analog {
-
-#ifdef __cplusplus
-extern "C" {
-#endif
// compute sine and cosine at the same time
ANALOG_API void sincos(double x, double *sin, double *cos);
ANALOG_API void sincosf(float x, float *sin, float *cos);
-#ifdef __cplusplus
-};
-#endif
-
} /* namespace analog */
} /* namespace gr */