diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h index 9e1a02ec241a..00b4dfed6fc9 100644 --- a/clang/include/clang-c/Index.h +++ b/clang/include/clang-c/Index.h @@ -55,7 +55,6 @@ typedef void *CXTranslationUnit; /* A translation unit instance. */ typedef void *CXFile; /* A source file */ typedef void *CXDecl; /* A specific declaration within a translation unit. */ -typedef void *CXStmt; /* A specific statement within a function/method */ /* Cursors represent declarations, definitions, and references. */ enum CXCursorKind {