summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-03-26 22:17:24 +0000
committerChris Lattner <sabre@nondot.org>2010-03-26 22:17:24 +0000
commit574907ed881152966a71d6fc77121491cf5aeb43 (patch)
treea57c1736d40aeb2da22189f17cf3a997e2ca0999 /llvm/lib/System
parent93cc732ffc6e745c4acc17d9ea65a8ee654d20dc (diff)
downloadbcm5719-llvm-574907ed881152966a71d6fc77121491cf5aeb43.tar.gz
bcm5719-llvm-574907ed881152966a71d6fc77121491cf5aeb43.zip
remove a constructor implementation that isn't declared
in the header. How can both clang and gcc accept this? PR6703 llvm-svn: 99658
Diffstat (limited to 'llvm/lib/System')
-rw-r--r--llvm/lib/System/Unix/Mutex.inc6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/System/Unix/Mutex.inc b/llvm/lib/System/Unix/Mutex.inc
index 10e7ecb75a5..4a5e28de27b 100644
--- a/llvm/lib/System/Unix/Mutex.inc
+++ b/llvm/lib/System/Unix/Mutex.inc
@@ -29,12 +29,6 @@ MutexImpl::~MutexImpl()
}
bool
-MutexImpl::MutexImpl()
-{
- return true;
-}
-
-bool
MutexImpl::release()
{
return true;
OpenPOWER on IntegriCloud