libc++abi: fix some -Wunused-function warnings
authorSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 31 Aug 2016 20:29:05 +0000 (20:29 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 31 Aug 2016 20:29:05 +0000 (20:29 +0000)
commit7c4700525c6d3f0e76c17081439ac30d53fe1251
tree7fd1d2f84704e8ef74c90bbb60c55557d44c7a59
parent1b258d313c7760b046a5d76a5a06279e770f2315
libc++abi: fix some -Wunused-function warnings

is_initialized is only used in the no threads case or if on non ARM Apple
targets.  Use the preprocessor to remove the function otherwise.  NFC.

llvm-svn: 280286
libcxxabi/src/cxa_guard.cpp