Removed a s64 define, not used currently in trace packets. Signed-off-by: Tzvetomir Stoyanov (VMware) <tz.stoyanov@xxxxxxxxx> --- lib/trace-cmd/trace-msg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/trace-cmd/trace-msg.c b/lib/trace-cmd/trace-msg.c index 611af2c1..c4943165 100644 --- a/lib/trace-cmd/trace-msg.c +++ b/lib/trace-cmd/trace-msg.c @@ -30,7 +30,6 @@ typedef __u32 u32; typedef __be32 be32; -typedef __s64 s64; static inline void dprint(const char *fmt, ...) { -- 2.29.2