Unverified Commit 1cf13dba authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

remove unnecessary semicolon (#3260)

parent aa933eb4
...@@ -81,7 +81,7 @@ class ThreadExceptionHelper { ...@@ -81,7 +81,7 @@ class ThreadExceptionHelper {
inline int omp_get_thread_num() {return 0;} inline int omp_get_thread_num() {return 0;}
inline int OMP_NUM_THREADS() { return 1; } inline int OMP_NUM_THREADS() { return 1; }
#ifdef __cplusplus #ifdef __cplusplus
}; // extern "C" } // extern "C"
#endif #endif
#define OMP_INIT_EX() #define OMP_INIT_EX()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment