[cfe-commits] r94036 - /cfe/trunk/include/clang-c/Index.h

Douglas Gregor dgregor at apple.com
Wed Jan 20 13:38:07 PST 2010


Author: dgregor
Date: Wed Jan 20 15:38:07 2010
New Revision: 94036

URL: http://llvm.org/viewvc/llvm-project?rev=94036&view=rev
Log:
Kill CXStmt. It isn't being used anywhere, and has no future.

Modified:
    cfe/trunk/include/clang-c/Index.h

Modified: cfe/trunk/include/clang-c/Index.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang-c/Index.h?rev=94036&r1=94035&r2=94036&view=diff

==============================================================================
--- cfe/trunk/include/clang-c/Index.h (original)
+++ cfe/trunk/include/clang-c/Index.h Wed Jan 20 15:38:07 2010
@@ -55,7 +55,6 @@
 
 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 {





More information about the cfe-commits mailing list