Thomas-Tsai / partclone

Partclone provides utilities to backup a partition smartly and it is designed for higher compatibility of the file system by using existing library.
GNU General Public License v2.0
323 stars 107 forks source link

Remove unused variables to silence compiler warnings #195

Closed SamsonovAnton closed 2 years ago

SamsonovAnton commented 2 years ago

Unlike #194, this patch involves deleting some code parts in assumption that they won't be used in foreseeable future. The only exception is explicit type casting which is recommended to adopt even if other corrections are rejected for the sake of future development.