Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
1cf13dba
Unverified
Commit
1cf13dba
authored
Jul 29, 2020
by
James Lamb
Committed by
GitHub
Jul 29, 2020
Browse files
remove unnecessary semicolon (#3260)
parent
aa933eb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/LightGBM/utils/openmp_wrapper.h
include/LightGBM/utils/openmp_wrapper.h
+1
-1
No files found.
include/LightGBM/utils/openmp_wrapper.h
View file @
1cf13dba
...
...
@@ -81,7 +81,7 @@ class ThreadExceptionHelper {
inline
int
omp_get_thread_num
()
{
return
0
;}
inline
int
OMP_NUM_THREADS
()
{
return
1
;
}
#ifdef __cplusplus
}
;
// extern "C"
}
// extern "C"
#endif
#define OMP_INIT_EX()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment