diff options
Diffstat (limited to 'include/clang-c/Index.h')
-rw-r--r-- | include/clang-c/Index.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/clang-c/Index.h b/include/clang-c/Index.h index 6bd0286d6e..fbeb14d365 100644 --- a/include/clang-c/Index.h +++ b/include/clang-c/Index.h @@ -1557,9 +1557,7 @@ CINDEX_LINKAGE unsigned clang_equalCursors(CXCursor, CXCursor); /** * \brief Returns non-zero if \arg cursor is null. */ -static inline int clang_Cursor_isNull(CXCursor cursor) { - return clang_equalCursors(cursor, clang_getNullCursor()); -} +int clang_Cursor_isNull(CXCursor); /** * \brief Compute a hash value for the given cursor. |