From 202551e2341b04d082a5aa93af978ce8cc57e1fb Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Tue, 10 Mar 2015 23:01:56 +0000 Subject: [PATCH] scope/local_variable.hpp Take out unused is_value_type --- include/boost/phoenix/scope/local_variable.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/phoenix/scope/local_variable.hpp b/include/boost/phoenix/scope/local_variable.hpp index a1d4523..eefb6a7 100644 --- a/include/boost/phoenix/scope/local_variable.hpp +++ b/include/boost/phoenix/scope/local_variable.hpp @@ -128,7 +128,7 @@ namespace boost { namespace phoenix typedef detail::eval_local eval_local; // Detect if the return_type is for a value. - typedef typename is_value::type is_value_type; + //typedef typename is_value::type is_value_type; return eval_local::template get( phoenix::env(ctx));