Commit c1e484b5 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Eliminate strlcpy() compat includery, it is not used.

parent 71b85848
......@@ -39,10 +39,6 @@
#include <string.h>
#include <unistd.h>
#ifndef HAVE_STRLCPY
#include "compat/strlcpy.h"
#endif
#include "libvarnish.h" /* XXX: for assert() */
#include "flopen.h"
#include "vpf.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment