Skip to content

Commit 58971a3

Browse files
committed
Remove unused code
1 parent 956184b commit 58971a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/UFile.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ void UFile::close() {
5555
// Close the file
5656
if (fp != nullptr) {
5757
fclose(fp);
58-
//fp = nullptr;
5958
}
6059
}
6160

0 commit comments

Comments
 (0)