From: Julian Seward Date: Wed, 15 Jul 2009 15:24:49 +0000 (+0000) Subject: Get rid of LibVEX_Version(). X-Git-Tag: svn/VALGRIND_3_5_0^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6cfe79be7511574643cebf0d38980a2c483029fd;p=thirdparty%2Fvalgrind.git Get rid of LibVEX_Version(). git-svn-id: svn://svn.valgrind.org/vex/trunk@1909 --- diff --git a/VEX/priv/main_main.c b/VEX/priv/main_main.c index c11afe258b..8b37eeeec2 100644 --- a/VEX/priv/main_main.c +++ b/VEX/priv/main_main.c @@ -78,16 +78,6 @@ static HChar* show_hwcaps ( VexArch arch, UInt hwcaps ); /* --------- Initialise the library. --------- */ -/* Exported to library client. */ - -const HChar* LibVEX_Version ( void ) -{ -return -#include "main_vex_svnversion.h" - ; -} - - /* Exported to library client. */ void LibVEX_default_VexControl ( /*OUT*/ VexControl* vcon ) diff --git a/VEX/pub/libvex.h b/VEX/pub/libvex.h index c84025e35a..c86f565db0 100644 --- a/VEX/pub/libvex.h +++ b/VEX/pub/libvex.h @@ -275,15 +275,6 @@ extern void LibVEX_default_VexControl ( /*OUT*/ VexControl* vcon ); -/*-------------------------------------------------------*/ -/*--- Version information ---*/ -/*-------------------------------------------------------*/ - -/* Returns the Vex SVN version, as a statically allocated string. */ - -extern const HChar* LibVEX_Version ( void ); - - /*-------------------------------------------------------*/ /*--- Storage management control ---*/ /*-------------------------------------------------------*/