Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
preprocessor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
preprocessor
Commits
422cbf57
Verified
Commit
422cbf57
authored
2 years ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
EquationTags: remove unused function
parent
df3a1533
Loading
Loading
Loading
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/EquationTags.hh
+1
-8
1 addition, 8 deletions
src/EquationTags.hh
with
1 addition
and
8 deletions
src/EquationTags.hh
+
1
−
8
View file @
422cbf57
/*
/*
* Copyright © 2020-202
2
Dynare Team
* Copyright © 2020-202
3
Dynare Team
*
*
* This file is part of Dynare.
* This file is part of Dynare.
*
*
...
@@ -125,13 +125,6 @@ public:
...
@@ -125,13 +125,6 @@ public:
return
exists
(
eqn
)
&&
eqn_tags
.
at
(
eqn
).
contains
(
key
);
return
exists
(
eqn
)
&&
eqn_tags
.
at
(
eqn
).
contains
(
key
);
}
}
//! Returns true if equation tag with key and value exists for a given equation
bool
exists
(
const
int
eqn
,
const
string
&
key
,
const
string
&
value
)
const
{
return
exists
(
eqn
,
key
)
&&
eqn_tags
.
at
(
eqn
).
at
(
key
)
==
value
;
}
//! Various functions to write equation tags
//! Various functions to write equation tags
void
writeCheckSumInfo
(
ostream
&
output
)
const
;
void
writeCheckSumInfo
(
ostream
&
output
)
const
;
void
writeOutput
(
ostream
&
output
)
const
;
void
writeOutput
(
ostream
&
output
)
const
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment