X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=compat%2Fcompat.h;h=59e9161830667c229ac936994f4a2bfb60c95dc2;hb=9d6f4641d17a6100cb8d96bc1e09d3d4999c34f3;hp=8f15e585fda82221eaeed22bfc0834b4ccd9fa67;hpb=dc2b5a031bb63cd71133237ca5d74ef1223a8925;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