Kill CXStmt. It isn't being used anywhere, and has no future.

llvm-svn: 94036
This commit is contained in:
Douglas Gregor 2010-01-20 21:38:07 +00:00
parent 990b576ec8
commit 2582af00d4
1 changed files with 0 additions and 1 deletions

View File

@ -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 {