]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Removed obsolete function declaration.
authorBart Van Assche <bvanassche@acm.org>
Thu, 12 Mar 2009 17:47:23 +0000 (17:47 +0000)
committerBart Van Assche <bvanassche@acm.org>
Thu, 12 Mar 2009 17:47:23 +0000 (17:47 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9383

drd/drd_vc.h

index 7e2e8ba913940cef7bcdb2ca2e1fe715df0bd398..a97c5314aee0420bfab649ad9db91569ede7ff1b 100644 (file)
@@ -70,7 +70,6 @@ void DRD_(vc_init)(VectorClock* const vc,
 void DRD_(vc_cleanup)(VectorClock* const vc);
 void DRD_(vc_copy)(VectorClock* const new, const VectorClock* const rhs);
 void DRD_(vc_assign)(VectorClock* const lhs, const VectorClock* const rhs);
-UInt DRD_(vc_get)(VectorClock* const vc, const DrdThreadId tid);
 void DRD_(vc_increment)(VectorClock* const vc, DrdThreadId const tid);
 static __inline__
 Bool DRD_(vc_lte)(const VectorClock* const vc1,