mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-17 19:19:16 +01:00
remove unused infile
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@184 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
parent
5d36d9105a
commit
3b3ada7ff0
@ -9,7 +9,6 @@
|
||||
VGMSTREAM * init_vgmstream_ps2_str(STREAMFILE *streamFile) {
|
||||
|
||||
VGMSTREAM * vgmstream = NULL;
|
||||
STREAMFILE * infile = NULL;
|
||||
STREAMFILE * infileSTH = NULL;
|
||||
char filename[260];
|
||||
|
||||
@ -76,7 +75,6 @@ VGMSTREAM * init_vgmstream_ps2_str(STREAMFILE *streamFile) {
|
||||
|
||||
/* clean up anything we may have opened */
|
||||
fail:
|
||||
if (infile) close_streamfile(infile);
|
||||
if (infileSTH) close_streamfile(infileSTH);
|
||||
if (filenameSTH) {free(filenameSTH); filenameSTH=NULL;}
|
||||
if (vgmstream) close_vgmstream(vgmstream);
|
||||
|
Loading…
x
Reference in New Issue
Block a user