remove unused type alias
This commit is contained in:
parent
fca584de1b
commit
c4315ca46b
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ feature_collection_grammar<Iterator,FeatureType, FeatureCallback>::feature_colle
|
||||||
qi::_r1_type _r1;
|
qi::_r1_type _r1;
|
||||||
qi::_r2_type _r2;
|
qi::_r2_type _r2;
|
||||||
qi::_r3_type _r3;
|
qi::_r3_type _r3;
|
||||||
using phoenix::push_back;
|
|
||||||
using phoenix::construct;
|
using phoenix::construct;
|
||||||
using phoenix::new_;
|
using phoenix::new_;
|
||||||
using phoenix::val;
|
using phoenix::val;
|
||||||
|
|
Loading…
Reference in a new issue