projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a306f81
)
tools/misc: drop unused function from gtracestat
author
Andrew Cooper
<andrew.cooper3@citrix.com>
Thu, 10 Mar 2016 15:46:03 +0000
(16:46 +0100)
committer
Jan Beulich
<jbeulich@suse.com>
Thu, 10 Mar 2016 15:46:03 +0000
(16:46 +0100)
Fixes a build failure with Clang.
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/misc/gtracestat.c
patch
|
blob
|
history
diff --git
a/tools/misc/gtracestat.c
b/tools/misc/gtracestat.c
index 3c2bd2cae89cbeec3afe93eae1746ed50d8b6ee8..67cb003084dbfeae0daf970648f26f166d58b090 100644
(file)
--- a/
tools/misc/gtracestat.c
+++ b/
tools/misc/gtracestat.c
@@
-89,10
+89,6
@@
static inline uint64_t min(uint64_t a, uint64_t b)
{
return a < b ? a : b;
}
-static inline uint64_t max(uint64_t a, uint64_t b)
-{
- return a > b ? a : b;
-}
static int is_px = 0;