From 7bbb80ab52c203e44d2ded2c947b3b03b4b31ec4 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Sun, 27 Sep 2015 19:50:40 +0000 Subject: Revert "lambda: Experimental support for capture-variable and liberate-variable" Test fails. This reverts commit b72123440d8541362ebdb131436f9dbdda5fd329. Change-Id: Ic9ed92f8c826d8465eb36b746dc44af05caf041c --- runtime/lambda/art_lambda_method.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/lambda/art_lambda_method.h') diff --git a/runtime/lambda/art_lambda_method.h b/runtime/lambda/art_lambda_method.h index ea13eb7af6..892d8c6f6b 100644 --- a/runtime/lambda/art_lambda_method.h +++ b/runtime/lambda/art_lambda_method.h @@ -35,7 +35,7 @@ class ArtLambdaMethod { // (Ownership of strings is retained by the caller and the lifetime should exceed this class). ArtLambdaMethod(ArtMethod* target_method, const char* captured_variables_type_descriptor, - const char* captured_variables_shorty, + const char* captured_variables_shorty_, bool innate_lambda = true); // Get the target method for this lambda that would be used by the invoke-lambda dex instruction. -- cgit v1.2.3-59-g8ed1b