From: Bart Van Assche Date: Thu, 12 Mar 2009 17:47:23 +0000 (+0000) Subject: Removed obsolete function declaration. X-Git-Tag: svn/VALGRIND_3_5_0~866 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f7984644a45d2ca8489df4fefaefb7d0da9da51;p=thirdparty%2Fvalgrind.git Removed obsolete function declaration. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9383 --- diff --git a/drd/drd_vc.h b/drd/drd_vc.h index 7e2e8ba913..a97c5314ae 100644 --- a/drd/drd_vc.h +++ b/drd/drd_vc.h @@ -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,