Skip to content

Commit 57da427

Browse files
committed
Remove loadQuotesFromXML due to missing definition
1 parent b85c60e commit 57da427

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

OREData/ored/configuration/yieldcurveconfig.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,6 @@ class YieldCurveSegment : public XMLSerializable {
122122
//! Utility to build a quote, optional flag defaults to false
123123
pair<string, bool> quote(const string& name, bool opt = false) { return make_pair(name, opt); }
124124

125-
//! Utility method to read quotes from XML
126-
void loadQuotesFromXML(XMLNode* node);
127-
//! Utility method to write quotes to XML
128-
129125
private:
130126
// TODO: why type and typeID?
131127
Type type_;

0 commit comments

Comments
 (0)