Removed unused functions.
authorJonathan Peyton <jonathan.l.peyton@intel.com>
Mon, 8 Jun 2015 18:38:23 +0000 (18:38 +0000)
committerJonathan Peyton <jonathan.l.peyton@intel.com>
Mon, 8 Jun 2015 18:38:23 +0000 (18:38 +0000)
commitbfb29f6c48902a2f8cbb51476c5f724d49a8a4a4
tree7b34a56543764bbf0e14f6c4d51d73bc5e5d7db2
parent24196c505b2aa1b8390f89c7a6b90008b1ef8f0b
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
openmp/runtime/src/kmp_runtime.c
openmp/runtime/src/kmp_settings.c