Changeset: 35548344ece3 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=35548344ece3
Modified Files:
        monetdb5/mal/mal_authorize.c
Branch: remote_auth
Log Message:

Remove unnecessary line


diffs (12 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
@@ -1000,8 +1000,6 @@ AUTHaddRemoteTableCredentials(const char
        str tmp;
        BUN p;
 
-       (void)remoteuser;
-
        if (uri == NULL || strNil(uri))
                throw(ILLARG, "addRemoteTableCredentials", "URI cannot be nil");
        if (localuser == NULL || strNil(localuser))
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to