disabled unused md5* variables
authorAndreas Oberritter <obi@opendreambox.org>
Tue, 17 Jan 2006 22:41:43 +0000 (22:41 +0000)
committerAndreas Oberritter <obi@opendreambox.org>
Tue, 17 Jan 2006 22:41:43 +0000 (22:41 +0000)
lib/dvb/epgcache.cpp

index c361c0b0601f56efeabc67b1668a6e1bd21649cc..59b881074df819e47ae000c2c96589369eb24ee9 100644 (file)
@@ -704,12 +704,13 @@ void eEPGCache::load()
        FILE *f = fopen("/hdd/epg.dat", "r");
        if (f)
        {
-               unsigned char md5_saved[16];
-               unsigned char md5[16];
                int size=0;
                int cnt=0;
-               bool md5ok=false;
 #if 0
+               unsigned char md5_saved[16];
+               unsigned char md5[16];
+               bool md5ok=false;
+
                if (!md5_file("/hdd/epg.dat", 1, md5))
                {
                        FILE *f = fopen("/hdd/epg.dat.md5", "r");