From: Erwin Janssen Date: Mon, 19 Sep 2016 13:57:44 +0000 (+0200) Subject: lib/cdt/cdt.h: Remove `#if 0` block X-Git-Tag: untagged-5fc0363bc76319758ff6~1^2^2~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50385058708ef5b389d09e44617cfe114dfdd4d0;p=graphviz lib/cdt/cdt.h: Remove `#if 0` block This `#if 0` block contains the extern declaration of two function declared in string.h (which is included). This block can safely be removed. --- diff --git a/lib/cdt/cdt.h b/lib/cdt/cdt.h index fa3111cc1..98fad493c 100644 --- a/lib/cdt/cdt.h +++ b/lib/cdt/cdt.h @@ -241,13 +241,6 @@ extern int dtsize _ARG_((Dt_t*)); extern int dtstat _ARG_((Dt_t*, Dtstat_t*, int)); extern unsigned int dtstrhash _ARG_((unsigned int, Void_t*, int)); -#if 0 -#if !defined(_PACKAGE_ast) -extern int memcmp _ARG_((const Void_t*, const Void_t*, size_t)); -extern int strcmp _ARG_((const char*, const char*)); -#endif -#endif - #undef extern _END_EXTERNS_