summaryrefslogtreecommitdiff
path: root/boost/phoenix/core/nothing.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/phoenix/core/nothing.hpp')
-rw-r--r--boost/phoenix/core/nothing.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/boost/phoenix/core/nothing.hpp b/boost/phoenix/core/nothing.hpp
index c63c43aba0..ecf2a6fabe 100644
--- a/boost/phoenix/core/nothing.hpp
+++ b/boost/phoenix/core/nothing.hpp
@@ -45,7 +45,6 @@ namespace boost { namespace phoenix
struct custom_terminal<detail::nothing, Dummy>
{
typedef void result_type;
-
template <typename Context>
void operator()(detail::nothing, Context &) const
{