From 4cc67fce91f43215d61b2695746eab102a3db516 Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Mon, 31 Jan 2011 16:48:57 -0800 Subject: Support for generating .java dependencies for RS. This updates the -MD option to also emit .java targets to the dependency information placed in our foo.d file. Change-Id: I189cf6302bc1cbd6201487743a37dced87b5c5eb --- slang_rs_object_ref_count.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'slang_rs_object_ref_count.cpp') diff --git a/slang_rs_object_ref_count.cpp b/slang_rs_object_ref_count.cpp index 59ec672..b2af436 100644 --- a/slang_rs_object_ref_count.cpp +++ b/slang_rs_object_ref_count.cpp @@ -153,9 +153,6 @@ static void ReplaceinCompoundStmt(clang::ASTContext& C, StmtCount++; } - //OldStmt->dump(); - //NewStmt->dump(); - clang::Stmt **UpdatedStmtList = new clang::Stmt*[StmtCount]; unsigned UpdatedStmtCount = 0; -- cgit v1.2.3