]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/spirit/test/karma/pattern4.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / spirit / test / karma / pattern4.cpp
index 2228f08fec5ac6d897e68edb948f63fd790767f7..554ecb313ecaf49667f1b9b7dff0f3109b8fb785 100644 (file)
@@ -79,8 +79,6 @@ int main()
 
     // copy tests
     {
-        typedef variant<char, int, double> var_type;
-
         karma::rule<outiter_type> a, b, c, start;
 
         a = 'a';
@@ -97,8 +95,6 @@ int main()
     }
 
     {
-        typedef variant<char, int, double> var_type;
-
         karma::rule<outiter_type, space_type> a, b, c, start;
 
         a = 'a';