[Spice-commits] common/lz_common.h

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Mar 19 05:18:57 UTC 2020


 common/lz_common.h |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 365d7019d5ec53a1a5c9829228ffeba0179eb4c3
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Mon Mar 16 21:20:21 2020 +0000

    lz_common: Remove unused commented out define
    
    The DEBUG macro is not used in lz code (or even spice-common).
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>

diff --git a/common/lz_common.h b/common/lz_common.h
index afea533..9b3905f 100644
--- a/common/lz_common.h
+++ b/common/lz_common.h
@@ -28,8 +28,6 @@
 
 SPICE_BEGIN_DECLS
 
-//#define DEBUG
-
 /* change the max window size will require change in the encoding format*/
 #define LZ_MAX_WINDOW_SIZE (1 << 25)
 #define MAX_COPY 32


More information about the Spice-commits mailing list