mirror of
https://github.com/mii443/qemu.git
synced 2025-08-26 17:10:08 +00:00
libcacard has many functions which initializes local variables at declaration time, which are always assigned some values later (often right after declaration). Clean up these initializers. Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>