diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2024-10-31 13:55:48 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2024-10-31 13:55:48 -0400 |
| commit | 97c17c1e8b201a828a70d41e14f3fe5b9af25064 (patch) | |
| tree | 22fd8d9255cfffa0af1ae89be722f9d6ff50bd60 /lib/wheel.h | |
| parent | 66feece071301c1ab6c0fd26c693860617a2feda (diff) | |
lib: Remove wheel name it is no longer used
With commit:
60a3efec2458d9a1531f8204d0e4a91729d3fc00
The ability for the wheel code to display the name of what
wheel was actually being run was removed from the system.
Since we can no longer do this and it's been 4 years since it's
been in, let's just remove this bit of dead code.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'lib/wheel.h')
| -rw-r--r-- | lib/wheel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/wheel.h b/lib/wheel.h index 0d9ac10020..a8fa2f9564 100644 --- a/lib/wheel.h +++ b/lib/wheel.h @@ -12,7 +12,6 @@ extern "C" { #endif struct timer_wheel { - char *name; struct event_loop *master; int slots; long long curr_slot; |
