mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
tools: drop unused variable
This commit is contained in:
parent
af182e786c
commit
2f6c9b6f3f
@ -16,7 +16,6 @@ class sd_dump_hashmaps(gdb.Command):
|
||||
d = gdb.parse_and_eval("hashmap_debug_list")
|
||||
all_entry_sizes = gdb.parse_and_eval("all_entry_sizes")
|
||||
all_direct_buckets = gdb.parse_and_eval("all_direct_buckets")
|
||||
hashmap_base_t = gdb.lookup_type("HashmapBase")
|
||||
uchar_t = gdb.lookup_type("unsigned char")
|
||||
ulong_t = gdb.lookup_type("unsigned long")
|
||||
debug_offset = gdb.parse_and_eval("(unsigned long)&((HashmapBase*)0)->debug")
|
||||
|
Loading…
Reference in New Issue
Block a user