summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_runtime.c
diff options
context:
space:
mode:
authorJonathan Peyton <jonathan.l.peyton@intel.com>2015-06-08 18:38:23 +0000
committerJonathan Peyton <jonathan.l.peyton@intel.com>2015-06-08 18:38:23 +0000
commitbfb29f6c48902a2f8cbb51476c5f724d49a8a4a4 (patch)
tree7b34a56543764bbf0e14f6c4d51d73bc5e5d7db2 /openmp/runtime/src/kmp_runtime.c
parent24196c505b2aa1b8390f89c7a6b90008b1ef8f0b (diff)
downloadbcm5719-llvm-bfb29f6c48902a2f8cbb51476c5f724d49a8a4a4.tar.gz
bcm5719-llvm-bfb29f6c48902a2f8cbb51476c5f724d49a8a4a4.zip
Removed unused functions.
As an ongoing effort to sanitize the openmp code, these changes remove unused functions. The unused functions are: __kmp_fini_allocator_thread(), __kmp_env_isDefined(), __kmp_strip_quotes(), __kmp_convert_to_seconds(), and __kmp_convert_to_nanoseconds(). Patch by Jack Howarth llvm-svn: 239323
Diffstat (limited to 'openmp/runtime/src/kmp_runtime.c')
-rw-r--r--openmp/runtime/src/kmp_runtime.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openmp/runtime/src/kmp_runtime.c b/openmp/runtime/src/kmp_runtime.c
index 343cd6f146c..32ec8a9b290 100644
--- a/openmp/runtime/src/kmp_runtime.c
+++ b/openmp/runtime/src/kmp_runtime.c
@@ -553,7 +553,6 @@ __kmp_print_team_storage_map( const char *header, kmp_team_t *team, int team_id,
static void __kmp_init_allocator() {}
static void __kmp_fini_allocator() {}
-static void __kmp_fini_allocator_thread() {}
/* ------------------------------------------------------------------------ */
OpenPOWER on IntegriCloud