Remove memmem implementation

Not used after 3bd5e6e5c8
This commit is contained in:
Orestis Floros
2019-10-13 13:10:06 +03:00
parent 5f54971425
commit 70c850ac13
2 changed files with 0 additions and 47 deletions

View File

@ -124,17 +124,6 @@ bool path_exists(const char *path);
*/
void i3_restart(bool forget_layout);
#if defined(__OpenBSD__) || defined(__APPLE__)
/**
* Taken from FreeBSD
* Find the first occurrence of the byte string s in byte string l.
*
*/
void *memmem(const void *l, size_t l_len, const void *s, size_t s_len);
#endif
/**
* Escapes the given string if a pango font is currently used.
* If the string has to be escaped, the input string will be free'd.