Igor Galić created TS-2097:
------------------------------

             Summary: remove unused string functions
                 Key: TS-2097
                 URL: https://issues.apache.org/jira/browse/TS-2097
             Project: Traffic Server
          Issue Type: Improvement
          Components: Core
            Reporter: Igor Galić


remove unused string functions that we needlessly recreate.
{code}
  int ink_string_is_prefix(char *prefix, char *str)
  char *ink_string_concatenate_two_strings(char *dest, char *s1, char *s2)
{code}

and many more..

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to