summaryrefslogtreecommitdiff
path: root/runtime/lambda/closure_builder-inl.h
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2015-09-27 19:50:40 +0000
committer Nicolas Geoffray <ngeoffray@google.com> 2015-09-27 19:50:40 +0000
commit7bbb80ab52c203e44d2ded2c947b3b03b4b31ec4 (patch)
treeeb54c557467f1401c4bd5729fa2b9e8ae91e8ffd /runtime/lambda/closure_builder-inl.h
parentb72123440d8541362ebdb131436f9dbdda5fd329 (diff)
Revert "lambda: Experimental support for capture-variable and liberate-variable"
Test fails. This reverts commit b72123440d8541362ebdb131436f9dbdda5fd329. Change-Id: Ic9ed92f8c826d8465eb36b746dc44af05caf041c
Diffstat (limited to 'runtime/lambda/closure_builder-inl.h')
-rw-r--r--runtime/lambda/closure_builder-inl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/lambda/closure_builder-inl.h b/runtime/lambda/closure_builder-inl.h
index 3cec21f3ba..41a803baf2 100644
--- a/runtime/lambda/closure_builder-inl.h
+++ b/runtime/lambda/closure_builder-inl.h
@@ -35,8 +35,6 @@ void ClosureBuilder::CaptureVariablePrimitive(T value) {
values_.push_back(value_storage);
size_ += sizeof(T);
-
- shorty_types_ += kShortyType;
}
} // namespace lambda