Don't assign a value to a variable which is then never used: Coverity 1160 [UNUSED]

svn path=/trunk/; revision=37290
This commit is contained in:
Bill Meier 2011-05-19 14:11:01 +00:00
parent 307d7e8c3c
commit 7062abeb00
1 changed files with 4 additions and 4 deletions

View File

@ -415,7 +415,7 @@ static void analyze_gop(mate_gop* gop) {
gog_remove_keys(gog);
gog = new_gog(gog->cfg,gop);
new_gog(gog->cfg,gop);
break;
} else {