]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commit
xenalyze: remove cr3_compare_total
authorIan Campbell <ian.campbell@citrix.com>
Fri, 22 Jan 2016 14:27:29 +0000 (14:27 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 26 Jan 2016 16:24:44 +0000 (16:24 +0000)
commit87761277d7f079ce278323b45da279f2bd25d31b
tree5608b1a1cfe6314cd8db72019990838dc8b33b43
parentebdba150bff1d914805d60efa576337bbef0c305
xenalyze: remove cr3_compare_total

gcc-6 complains:
xenalyze.c:4132:9: error: 'cr3_compare_total' defined but not used [-Werror=unused-function]
     int cr3_compare_total(const void *_a, const void *_b) {
         ^~~~~~~~~~~~~~~~~

I believe it is correct.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Reviewed-by: George Dunlap <george.dunlap@citrix.com>
tools/xentrace/xenalyze.c