mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 04:54:37 +03:00
Drop unused attributes of actually used function parameters
These parameters were once unused, but not anymore.
This commit is contained in:
@ -69,7 +69,7 @@ static bool isSelinuxEnforcing(void) {
|
||||
return !!enforce;
|
||||
}
|
||||
|
||||
static void SELinuxMeter_updateValues(ATTR_UNUSED Meter* this) {
|
||||
static void SELinuxMeter_updateValues(Meter* this) {
|
||||
enabled = isSelinuxEnabled();
|
||||
enforcing = isSelinuxEnforcing();
|
||||
|
||||
|
Reference in New Issue
Block a user