Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
1c1de32a
Commit
1c1de32a
authored
Apr 07, 2023
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix unused-but-set-variable warning
parent
2b657558
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
tools/caf-vec.cpp
tools/caf-vec.cpp
+0
-2
No files found.
tools/caf-vec.cpp
View file @
1c1de32a
...
...
@@ -616,7 +616,6 @@ void second_pass(blocking_actor* self, const group& grp,
CAF_RAISE_ERROR
(
"logger ID not found"
);
};
// additional state for second pass
size_t
line
=
0
;
log_entry
plain_entry
;
std
::
vector
<
se_event
>
in_flight_messages
;
std
::
vector
<
se_event
>
in_flight_spawns
;
...
...
@@ -654,7 +653,6 @@ void second_pass(blocking_actor* self, const group& grp,
};
// second pass
while
(
in
>>
plain_entry
)
{
++
line
;
// increment local time
auto
&
st
=
state
(
plain_entry
.
id
);
// do not produce log output for internal actors but still track messages
...
...
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