Skip to content

Commit 4d1d4b8

Browse files
committed
Merge remote-tracking branch 'github/remove-unused-method' into github-211
2 parents 62f85de + 57da427 commit 4d1d4b8

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)