summaryrefslogtreecommitdiff
path: root/storage/tokudb/ft-index/util/threadpool.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/tokudb/ft-index/util/threadpool.h')
-rw-r--r--storage/tokudb/ft-index/util/threadpool.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/storage/tokudb/ft-index/util/threadpool.h b/storage/tokudb/ft-index/util/threadpool.h
index 3fada1f6e54..ed43dea93be 100644
--- a/storage/tokudb/ft-index/util/threadpool.h
+++ b/storage/tokudb/ft-index/util/threadpool.h
@@ -29,7 +29,7 @@ COPYING CONDITIONS NOTICE:
COPYRIGHT NOTICE:
- TokuDB, Tokutek Fractal Tree Indexing Library.
+ TokuFT, Tokutek Fractal Tree Indexing Library.
Copyright (C) 2007-2013 Tokutek, Inc.
DISCLAIMER:
@@ -89,8 +89,7 @@ PATENT RIGHTS GRANT:
#ident "Copyright (c) 2007-2013 Tokutek Inc. All rights reserved."
#ident "The technology is licensed by the Massachusetts Institute of Technology, Rutgers State University of New Jersey, and the Research Foundation of State University of New York at Stony Brook under United States of America Serial No. 11/760379 and to the patents and/or patent applications resulting from it."
-#ifndef UTIL_THREADPOOL_H
-#define UTIL_THREADPOOL_H
+#pragma once
#include <stdio.h>
@@ -137,5 +136,3 @@ int toku_thread_pool_run(struct toku_thread_pool *pool, int dowait, int *nthread
// Print the state of the thread pool
void toku_thread_pool_print(struct toku_thread_pool *pool, FILE *out);
-
-#endif // UTIL_THREADPOOL_H