removed calculation with unused variable
This commit is contained in:
parent
8d3614674d
commit
38030b0080
1 changed files with 0 additions and 1 deletions
|
@ -233,7 +233,6 @@ void get_info() { // get all necessary info
|
|||
if (ram_total > 0 && ram_free > 0) {
|
||||
// data is in bytes
|
||||
ram_total /= 1024;
|
||||
ram_free /= 1024;
|
||||
ram_used /= 1024;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue