From: Bart Van Assche Date: Fri, 7 Oct 2011 09:41:14 +0000 (+0000) Subject: include/vki/vki-linux.h: Remove __attribute_const__ definition since it X-Git-Tag: svn/VALGRIND_3_7_0~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c11090abdea6768b71e2fc5436390592a0c10d48;p=thirdparty%2Fvalgrind.git include/vki/vki-linux.h: Remove __attribute_const__ definition since it isn't used anywhere inside the Valgrind project. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12111 --- diff --git a/include/vki/vki-linux.h b/include/vki/vki-linux.h index 4cc8584b8c..25fba8ef5d 100644 --- a/include/vki/vki-linux.h +++ b/include/vki/vki-linux.h @@ -129,8 +129,6 @@ template 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 //----------------------------------------------------------------------