URI:
       remove unused compat.h - tscrape - twitter scraper
  HTML git clone git://git.codemadness.org/tscrape
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 84d5c66d3efac4e9eeb431163af4313fb8b7f477
   DIR parent 0bd218fc197cc1f815ff5a6d19d3f4e6ef70969f
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sat, 13 May 2017 13:49:45 +0200
       
       remove unused compat.h
       
       Diffstat:
         D compat.h                            |       6 ------
       
       1 file changed, 0 insertions(+), 6 deletions(-)
       ---
   DIR diff --git a/compat.h b/compat.h
       @@ -1,6 +0,0 @@
       -#ifdef COMPAT
       -#undef strlcat
       -size_t strlcat(char *, const char *, size_t);
       -#undef strlcpy
       -size_t strlcpy(char *, const char *, size_t);
       -#endif