Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 48e63acf authored by Christof Metzger-Kraus's avatar Christof Metzger-Kraus
Browse files

somehow forgot to add this file to the last commit

parent 34793c7f
No related branches found
No related tags found
No related merge requests found
...@@ -52,4 +52,12 @@ private: ...@@ -52,4 +52,12 @@ private:
void operator=(const Parser &); void operator=(const Parser &);
}; };
#endif // CLASSIC_Parser_HH inline
Parser::Parser()
{ }
inline
Parser::~Parser()
{ }
#endif // CLASSIC_Parser_HH
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment