You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Igor Galić (JIRA)" <ji...@apache.org> on 2013/08/05 21:44:47 UTC

[jira] [Created] (TS-2097) remove unused string functions

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