tools/libxc: Remove valgrind conditional sections from libxc
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 15 Apr 2014 18:18:42 +0000 (19:18 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 16 Apr 2014 16:08:54 +0000 (17:08 +0100)
commitb1dfc531d8adbb6a1dfe541b398cb30bf143316f
tree4a515ba74a7b21d04f070213931c573a54541a99
parent82774acf35575d40bd90606595e8170ae38ded50
tools/libxc: Remove valgrind conditional sections from libxc

The ifdef sections are not enabled at all in tree, and their justification is
out of date now that Xen hypercall support exists upstream in valgrind.

This also removes a commented-out tweak to CFLAGS in the libxc Makefile which
is not being used, and becomes stale given this patch.  In the unlikely event
that any developers were using the line, the results can be more easily
achieved by tweaking APPEND_CFLAGS in the environment.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
CC: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxc/Makefile
tools/libxc/xc_private.c
tools/libxc/xc_private.h
tools/libxc/xc_tmem.c