Alexander Rukletsov created MESOS-2564:
------------------------------------------
Summary: Kill superfluous forward declaration comments.
Key: MESOS-2564
URL: https://issues.apache.org/jira/browse/MESOS-2564
Project: Mesos
Issue Type: Improvement
Reporter: Alexander Rukletsov
Priority: Minor
We often prepend forward declarations with a comment, which is pretty useless,
e.g.:
{code}
// Forward declarations.
class LogStorageProcess;
{code}
or
{code}
// Forward declarations.
namespace registry {
class Slaves;
}
class Authorizer;
class WhitelistWatcher;
{code}
This JIRA aims to clean up such comments.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)