Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
f8f3986e
Commit
f8f3986e
authored
Nov 12, 2018
by
Simon Spannagel
Browse files
Remove unecessary "using" declaration - we're in the same class already
parent
424bf261
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core/config/Configuration.cpp
View file @
f8f3986e
...
...
@@ -158,7 +158,6 @@ std::vector<std::pair<std::string, std::string>> Configuration::getAll() {
* skipped.
*/
std
::
unique_ptr
<
Configuration
::
parse_node
>
Configuration
::
parse_value
(
std
::
string
str
,
int
depth
)
{
using
parse_node
=
Configuration
::
parse_node
;
auto
node
=
std
::
make_unique
<
parse_node
>
();
str
=
corryvreckan
::
trim
(
str
);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment