X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=compat%2Fcompat.h;h=59e9161830667c229ac936994f4a2bfb60c95dc2;hb=27a2c2c80d7854f75f8910802880f9a8e6764a45;hp=8f15e585fda82221eaeed22bfc0834b4ccd9fa67;hpb=60ddce8a161772583e8d223498997ee866d04ede;p=notmuch diff --git a/compat/compat.h b/compat/compat.h index 8f15e585..59e91618 100644 --- a/compat/compat.h +++ b/compat/compat.h @@ -37,14 +37,6 @@ extern "C" { #define _POSIX_PTHREAD_SEMANTICS 1 #endif -#if ! HAVE_CANONICALIZE_FILE_NAME -/* we only call this function from C, and this makes testing easier */ -#ifndef __cplusplus -char * -canonicalize_file_name (const char *path); -#endif -#endif - #if ! HAVE_GETLINE #include #include