iwd: remove uninitialized_var

No instances of this macro now exist.  If future instances crop up, the
better approach would be to use pragma directives to quiet such warnings
and allow static analysis to catch any issues.
This commit is contained in:
Denis Kenzior 2021-03-10 12:05:43 -06:00
parent 07eea03cca
commit 0ba0418b53
1 changed files with 0 additions and 2 deletions

View File

@ -20,8 +20,6 @@
*
*/
#define uninitialized_var(x) x = x
/*
* Set a maximum to prevent sending too much data to the kernel when hashing
* the password (or any other crypto operations involving the password).