|
From: <sv...@va...> - 2011-10-07 09:45:58
|
Author: bart Date: 2011-10-07 10:41:14 +0100 (Fri, 07 Oct 2011) New Revision: 12111 Log: include/vki/vki-linux.h: Remove __attribute_const__ definition since it isn't used anywhere inside the Valgrind project. Modified: trunk/include/vki/vki-linux.h Modified: trunk/include/vki/vki-linux.h =================================================================== --- trunk/include/vki/vki-linux.h 2011-10-07 09:39:56 UTC (rev 12110) +++ trunk/include/vki/vki-linux.h 2011-10-07 09:41:14 UTC (rev 12111) @@ -129,8 +129,6 @@ # define __user -# define __attribute_const__ /* unimplemented */ - //---------------------------------------------------------------------- // From linux-2.6.8.1/include/linux/posix_types.h //---------------------------------------------------------------------- |