]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Get rid of LibVEX_Version().
authorJulian Seward <jseward@acm.org>
Wed, 15 Jul 2009 15:24:49 +0000 (15:24 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 15 Jul 2009 15:24:49 +0000 (15:24 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@1909

VEX/priv/main_main.c
VEX/pub/libvex.h

index c11afe258baebbe2c0bc5f79a566d56e138fb8af..8b37eeeec2543981eb4273186d52402c062b9bf3 100644 (file)
@@ -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 )
index c84025e35a2c775b4a441ec2c0da4dbe6e6e7151..c86f565db002edeec6e225cb36346dca27ab80a2 100644 (file)
@@ -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                      ---*/
 /*-------------------------------------------------------*/