X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=compat%2Fcompat.h;fp=compat%2Fcompat.h;h=59e9161830667c229ac936994f4a2bfb60c95dc2;hp=8f15e585fda82221eaeed22bfc0834b4ccd9fa67;hb=441a327051f5357175029709030a0ee51131379d;hpb=62f03b6ab86bdc378198f9c1a86cb51ead289961 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