]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
include/vki/vki-linux.h: Remove __attribute_const__ definition since it
authorBart Van Assche <bvanassche@acm.org>
Fri, 7 Oct 2011 09:41:14 +0000 (09:41 +0000)
committerBart Van Assche <bvanassche@acm.org>
Fri, 7 Oct 2011 09:41:14 +0000 (09:41 +0000)
isn't used anywhere inside the Valgrind project.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12111

include/vki/vki-linux.h

index 4cc8584b8c9b03c67aa67d01b087e1ace05ee88b..25fba8ef5da04e825ae46fb50ebd48c998c2e294 100644 (file)
@@ -129,8 +129,6 @@ template <bool b> struct vki_static_assert { int m_bitfield:(2*b-1); };
 
 # define __user
 
-# define __attribute_const__    /* unimplemented */
-
 //----------------------------------------------------------------------
 // From linux-2.6.8.1/include/linux/posix_types.h
 //----------------------------------------------------------------------