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
9d4ff082
Commit
9d4ff082
authored
Aug 01, 2019
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove obsolete comment and redundant prototype
parent
c82647ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
libcaf_core/caf/node_id.hpp
libcaf_core/caf/node_id.hpp
+0
-5
No files found.
libcaf_core/caf/node_id.hpp
View file @
9d4ff082
...
@@ -41,8 +41,6 @@ public:
...
@@ -41,8 +41,6 @@ public:
// A reference counted, implementation-specific implementation of a node ID.
// A reference counted, implementation-specific implementation of a node ID.
class
data
:
public
ref_counted
{
class
data
:
public
ref_counted
{
public:
public:
// static intrusive_ptr<data> create_singleton();
~
data
()
override
;
~
data
()
override
;
virtual
bool
valid
()
const
noexcept
=
0
;
virtual
bool
valid
()
const
noexcept
=
0
;
...
@@ -281,9 +279,6 @@ error inspect(serializer& sink, const node_id& x);
...
@@ -281,9 +279,6 @@ error inspect(serializer& sink, const node_id& x);
/// @relates node_id
/// @relates node_id
error
inspect
(
deserializer
&
source
,
node_id
&
x
);
error
inspect
(
deserializer
&
source
,
node_id
&
x
);
/// @relates node_id
std
::
string
to_string
(
const
node_id
&
x
);
/// Appends `x` in human-readable string representation to `str`.
/// Appends `x` in human-readable string representation to `str`.
/// @relates node_id
/// @relates node_id
void
append_to_string
(
std
::
string
&
str
,
const
node_id
&
x
);
void
append_to_string
(
std
::
string
&
str
,
const
node_id
&
x
);
...
...
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