diff options
Diffstat (limited to 'Exceptions.h')
-rw-r--r-- | Exceptions.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Exceptions.h b/Exceptions.h index 51106c2b..a0031ba7 100644 --- a/Exceptions.h +++ b/Exceptions.h @@ -44,7 +44,6 @@ using errorSourceLocationInfo = std::pair<std::string, SourceLocation>; class SecondarySourceLocation { public: - //SecondarySourceLocation(){} SecondarySourceLocation& append(std::string const& _errMsg, SourceLocation const& _sourceLocation) { infos.push_back(std::make_pair(_errMsg, _sourceLocation)); |