forked from OSchip/llvm-project
Kill CXStmt. It isn't being used anywhere, and has no future.
llvm-svn: 94036
This commit is contained in:
parent
990b576ec8
commit
2582af00d4
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue