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
23e63e96
Commit
23e63e96
authored
Jul 16, 2014
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove dead code from invoke_policy
parent
2cefa770
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
caf/policy/invoke_policy.hpp
caf/policy/invoke_policy.hpp
+0
-3
No files found.
caf/policy/invoke_policy.hpp
View file @
23e63e96
...
@@ -19,7 +19,6 @@
...
@@ -19,7 +19,6 @@
#ifndef CAF_POLICY_INVOKE_POLICY_HPP
#ifndef CAF_POLICY_INVOKE_POLICY_HPP
#define CAF_POLICY_INVOKE_POLICY_HPP
#define CAF_POLICY_INVOKE_POLICY_HPP
#include <list>
#include <memory>
#include <memory>
#include <iostream>
#include <iostream>
#include <type_traits>
#include <type_traits>
...
@@ -109,8 +108,6 @@ class invoke_policy {
...
@@ -109,8 +108,6 @@ class invoke_policy {
private:
private:
std
::
list
<
std
::
unique_ptr
<
mailbox_element
,
detail
::
disposer
>>
m_cache
;
inline
void
handle_timeout
(
message_handler
&
)
{
inline
void
handle_timeout
(
message_handler
&
)
{
CAF_CRITICAL
(
"handle_timeout(message_handler&)"
);
CAF_CRITICAL
(
"handle_timeout(message_handler&)"
);
}
}
...
...
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