sql: remove dead code
This patch removes some dead code in SQL. This is done to silence static analyzers. In addition, this patch removes the mmapSizeActual field from the struct unixFile, since this field is identical to the mmapSize field in the same structure. Part of tarantool/security#120 NO_DOC=refactoring NO_TEST=refactoring NO_CHANGELOG=refactoring
Loading
Please register or sign in to comment