aboutsummaryrefslogtreecommitdiffstats
path: root/slang_rs_object_ref_count.cpp
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2011-01-31 16:48:57 -0800
committerStephen Hines <srhines@google.com>2011-01-31 18:18:14 -0800
commit4cc67fce91f43215d61b2695746eab102a3db516 (patch)
treebf9e65086e4ec773c29f0a98cd3e3a069a715fb0 /slang_rs_object_ref_count.cpp
parentb3a12fe7c18a06f99201dc491a932a90ab7d975c (diff)
downloadandroid_frameworks_compile_slang-4cc67fce91f43215d61b2695746eab102a3db516.tar.gz
android_frameworks_compile_slang-4cc67fce91f43215d61b2695746eab102a3db516.tar.bz2
android_frameworks_compile_slang-4cc67fce91f43215d61b2695746eab102a3db516.zip
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
Diffstat (limited to 'slang_rs_object_ref_count.cpp')
-rw-r--r--slang_rs_object_ref_count.cpp3
1 files changed, 0 insertions, 3 deletions
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;