Skip to content

Commit f834974

Browse files
committed
Merge branch 'github-211' into 'master'
Github 211 See merge request qs/ore-github!30
2 parents 62f85de + 4d1d4b8 commit f834974

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)