Remove attempts to quieten compiler static-checking (more)
[exim.git] / src / src / auths / auth-spa.c
index 44c99e9f6a68d2fc7cda8043a92f98a2bbe8511c..583a2b955f318500048e083021fa18bafad18890 100644 (file)
@@ -1395,8 +1395,6 @@ int i;
 int p = (int)getpid();
 int random_seed = (int)time(NULL) ^ ((p << 16) | p);
 
-request = request;  /* Added by PH to stop compilers whinging */
-
 /* Ensure challenge data is cleared, in case it isn't all used. This
 patch added by PH on suggestion of Russell King */