changeset 19052:9d8f53123800

libinterp/corefcn/xpow.cc: remove conditional #include of unused omp.h
author Carnë Draug <carandraug@octave.org>
date Sun, 17 Aug 2014 18:19:02 +0100
parents da7d9e4bda8c
children 54f4c63b8e5d
files libinterp/corefcn/xpow.cc
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/xpow.cc	Sun Aug 17 12:12:04 2014 +0200
+++ b/libinterp/corefcn/xpow.cc	Sun Aug 17 18:19:02 2014 +0100
@@ -52,10 +52,6 @@
 
 #include "bsxfun.h"
 
-#ifdef _OPENMP
-#include <omp.h>
-#endif
-
 static inline int
 xisint (double x)
 {