Skip to content
Snippets Groups Projects
Commit d4575def authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Remove unused variable.

parent 14aaa6d5
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,6 @@ static aFiledataPF *initAFiledataPF ( const char *key, size_t bs)
aFiledataPF *afd;
size_t len;
int iret;
int specialRank = commInqSpecialRankNode ();
len = strlen(key);
afd = xcalloc(1, sizeof (*afd) + len + 1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment