Merge release-4-6 into master
[alexxy/gromacs.git] / src / gromacs / gmxlib / copyrite.c
index b875dabb5fda5f6e41a4eec4badb9b01546ec2dd..1a9a61bb7cd2497971e8704f24229a2c1b164543 100644 (file)
@@ -152,17 +152,6 @@ void space(FILE *out, int n)
     fprintf(out, "%*s", n, "");
 }
 
-void f(char *a)
-{
-    int i;
-    int len = strlen(a);
-
-    for (i = 0; i < len; i++)
-    {
-        a[i] = ~a[i];
-    }
-}
-
 static void sp_print(FILE *out, const char *s)
 {
     int slen;
@@ -204,7 +193,6 @@ static void pukeit(const char *db, const char *defstring, char *retstring,
             help[*cqnum][STRLEN-1] = '\0';
         }
         strncpy(retstring, help[*cqnum], retsize);
-        f(retstring);
         for (i = 0; (i < nhlp); i++)
         {
             sfree(help[i]);