| Index: third_party/hunspell_new/src/hunspell/hunvisapi.h
|
| diff --git a/third_party/hunspell_new/src/hunspell/hunvisapi.h b/third_party/hunspell_new/src/hunspell/hunvisapi.h
|
| deleted file mode 100644
|
| index 4712280ad2c186f4263e798b62af48835f82a4cd..0000000000000000000000000000000000000000
|
| --- a/third_party/hunspell_new/src/hunspell/hunvisapi.h
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -#ifndef _HUNSPELL_VISIBILITY_H_
|
| -#define _HUNSPELL_VISIBILITY_H_
|
| -
|
| -#if defined(HUNSPELL_STATIC)
|
| -# define LIBHUNSPELL_DLL_EXPORTED
|
| -#elif defined(_MSC_VER)
|
| -# if defined(BUILDING_LIBHUNSPELL)
|
| -# define LIBHUNSPELL_DLL_EXPORTED __declspec(dllexport)
|
| -# else
|
| -# define LIBHUNSPELL_DLL_EXPORTED __declspec(dllimport)
|
| -# endif
|
| -#elif BUILDING_LIBHUNSPELL && 1
|
| -# define LIBHUNSPELL_DLL_EXPORTED __attribute__((__visibility__("default")))
|
| -#else
|
| -# define LIBHUNSPELL_DLL_EXPORTED
|
| -#endif
|
| -
|
| -#endif
|
|
|