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 0cef648 commit 05608c8Copy full SHA for 05608c8
src/attributes.cpp
@@ -459,7 +459,6 @@ namespace attributes {
459
std::string sourceFile_;
460
CharacterVector lines_;
461
std::vector<Attribute> attributes_;
462
- FunctionMap functionMap_ ;
463
std::vector<std::string> modules_;
464
std::vector<std::string> embeddedR_;
465
std::vector<FileInfo> localIncludes_;
@@ -1042,10 +1041,6 @@ namespace attributes {
1042
1041
Attribute attr = parseAttribute(
1043
Rcpp::as<std::vector<std::string> >(match), i);
1044
attributes_.push_back(attr);
1045
-
1046
- if( attr.isExportedFunction() ){
1047
- functionMap_.insert(attr.function());
1048
- }
1049
}
1050
1051
// if it's not an attribute line then it could still be a
0 commit comments