Skip to content

Commit eec9cbd

Browse files
author
Daniel Shelepanov
committed
refactored a little bit
1 parent 5b27581 commit eec9cbd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

engine.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,6 @@ get_cfs_relation_file_decompressed_size(RelFileNodeBackend rnode, const char *fu
134134
size = FileSize(fd);
135135
#else
136136
size = FileSeek(fd, 0, SEEK_END);
137-
138-
if (size < 0)
139-
return (off_t) -1;
140137
#endif
141138

142139
FileClose(fd);

0 commit comments

Comments
 (0)