We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d70d3e commit 2e17e39Copy full SHA for 2e17e39
src/attributes.cpp
@@ -304,18 +304,6 @@ namespace attributes {
304
std::vector<std::string> roxygen_;
305
};
306
307
- class FunctionMap {
308
- std::map< std::string, std::vector<Function> > map_ ;
309
-
310
- public:
311
- FunctionMap(){};
312
- ~FunctionMap(){} ;
313
314
- void insert( const Function& fun ){
315
- map_[ fun.name() ].push_back( fun ) ;
316
- }
317
- } ;
318
319
// Operator << for parsed types
320
std::ostream& operator<<(std::ostream& os, const Type& type);
321
std::ostream& operator<<(std::ostream& os, const Argument& argument);
0 commit comments