[Spice-devel] [PATCH spice-server 1/2] Remove unused declaration

Frediano Ziglio fziglio at redhat.com
Tue Oct 25 12:45:43 UTC 2016


Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 server/reds-private.h | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/server/reds-private.h b/server/reds-private.h
index 36ef6c0..7af93ba 100644
--- a/server/reds-private.h
+++ b/server/reds-private.h
@@ -50,14 +50,6 @@ typedef struct MonitorMode {
 #define REDS_MAX_STAT_NODES 100
 #define REDS_STAT_SHM_SIZE (sizeof(SpiceStat) + REDS_MAX_STAT_NODES * sizeof(SpiceStatNode))
 
-typedef struct RedsStatValue {
-    uint32_t value;
-    uint32_t min;
-    uint32_t max;
-    uint32_t average;
-    uint32_t count;
-} RedsStatValue;
-
 #endif
 
 typedef struct RedsMigPendingLink {
-- 
2.7.4



More information about the Spice-devel mailing list