diff options
| author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2015-06-08 18:38:23 +0000 |
|---|---|---|
| committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2015-06-08 18:38:23 +0000 |
| commit | bfb29f6c48902a2f8cbb51476c5f724d49a8a4a4 (patch) | |
| tree | 7b34a56543764bbf0e14f6c4d51d73bc5e5d7db2 /openmp/runtime/src/kmp_runtime.c | |
| parent | 24196c505b2aa1b8390f89c7a6b90008b1ef8f0b (diff) | |
| download | bcm5719-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.c | 1 |
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() {} /* ------------------------------------------------------------------------ */ |

