Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CTA-LAPP
PHOENIX_LIBS
ParserGenerator
Commits
479db7f2
Commit
479db7f2
authored
May 03, 2021
by
Pierre Aubert
Browse files
Remove useless call
parent
bec7faa9
Pipeline
#117326
passed with stages
in 7 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/CppBackEnd/repr_cpp_token.cpp
src/CppBackEnd/repr_cpp_token.cpp
+0
-1
No files found.
src/CppBackEnd/repr_cpp_token.cpp
View file @
479db7f2
...
...
@@ -389,7 +389,6 @@ std::string repr_cpp_tokenFunctionSourceDoCommandCallGraph(const PTabGraphToken
std
::
string
firstTokenFunction
(
calleeGraph
->
getName
());
const
PVecInclude
&
vecPar
=
callToken
.
getVecLeftVar
();
getVectorParameterCall
(
vecPar
);
// std::string parameterCall(getVectorParameterCall(vecPar));
std
::
string
parameterCall
(
getTokenGetterCall
(
graph
.
getVarType
(),
vecPar
.
back
(),
vecPar
.
front
()));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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