summaryrefslogtreecommitdiffstats
path: root/libdimension/threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdimension/threads.h')
-rw-r--r--libdimension/threads.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libdimension/threads.h b/libdimension/threads.h
index af6d641..8e88e7c 100644
--- a/libdimension/threads.h
+++ b/libdimension/threads.h
@@ -23,9 +23,6 @@
* Background threading interface.
*/
-#ifndef DIMENSION_IMPL_THREADS_H
-#define DIMENSION_IMPL_THREADS_H
-
/**
* Thread callback type.
* @param[in,out] ptr An arbitrary pointer.
@@ -61,5 +58,3 @@ DMNSN_INTERNAL void dmnsn_new_thread(dmnsn_progress *progress,
*/
DMNSN_INTERNAL int dmnsn_execute_concurrently(dmnsn_ccthread_fn *ccthread_fn,
void *arg, unsigned int nthreads);
-
-#endif /* DIMENSION_IMPL_THREADS_H */