Skip to content

Commit 3dca099

Browse files
author
jenkins
committed
git subrepo pull (merge) ore
subrepo: subdir: "ore" merged: "81d69bc9e1" upstream: origin: "git@gitlab.acadiasoft.net:qs/ore.git" branch: "master" commit: "83378a2ce6" git-subrepo: version: "0.4.6" origin: "https://github.com/ingydotnet/git-subrepo" commit: "73a0129"
2 parents 8142c70 + 83378a2 commit 3dca099

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)