]> git.saurik.com Git - bison.git/blobdiff - data/variant.hh
variant: remove useless assertion
[bison.git] / data / variant.hh
index ac4f7a78507c49250d12dc789e0acf70ec61ff70..19538f6d2b30d45e31a5173e58d8bddf15cfd69a 100644 (file)
@@ -178,8 +178,7 @@ m4_define([b4_variant_define],
     template <typename T>
     void
     move (self_type& other)
-    {]b4_parse_assert_if([
-      YYASSERT (!yytname_);])[
+    {
       build<T> ();
       swap<T> (other);
       other.destroy<T> ();