mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-08-28 13:25:49 +00:00
Remove destructor for now, virtually zero chance of it ever running
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
@@ -19,11 +19,6 @@ __attribute__((constructor)) static void lsi_redirect_init(void)
|
||||
fprintf(stderr, "Loading lsi_redirect\n");
|
||||
}
|
||||
|
||||
__attribute__((destructor)) static void lsi_redirect_unload(void)
|
||||
{
|
||||
fprintf(stderr, "Unloading lsi_redirect\n");
|
||||
}
|
||||
|
||||
/*
|
||||
* Editor modelines - https://www.wireshark.org/tools/modelines.html
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user