Changeset: d3f484154f9f for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d3f484154f9f
Modified Files:
        monetdb5/mal/mal_authorize.c
Branch: embedded-java
Log Message:

Remove no-longer needed void cast


diffs (11 lines):

diff --git a/monetdb5/mal/mal_authorize.c b/monetdb5/mal/mal_authorize.c
--- a/monetdb5/mal/mal_authorize.c
+++ b/monetdb5/mal/mal_authorize.c
@@ -740,7 +740,6 @@ AUTHverifyPassword(str *passwd)
 {
        char *p = *passwd;
        size_t len = strlen(p);
-       (void)len;
 
 #ifdef HAVE_RIPEMD160
        if (strcmp(MONETDB5_PASSWDHASH, "RIPEMD160") == 0) {
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to