Commit d3c1511a authored by unknown's avatar unknown
Browse files

After merge fix

parent 8a9c521b
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -276,17 +276,6 @@ bool tina_end()
  return FALSE;
}

bool tina_end()
{
  if (tina_init)
  {
    hash_free(&tina_open_tables);
    VOID(pthread_mutex_destroy(&tina_mutex));
  }
  tina_init= 0;
  return FALSE;
}


/* 
  Finds the end of a line.