BIND 10 trac742, updated. 8266c873258135c402a7cae57e409742a2cc1ace [trac742] Remove outdated comment
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Jun 27 13:02:33 UTC 2011
The branch, trac742 has been updated
via 8266c873258135c402a7cae57e409742a2cc1ace (commit)
from 876951776077fecc59acb33574bd155fc9259dbc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8266c873258135c402a7cae57e409742a2cc1ace
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Mon Jun 27 15:01:57 2011 +0200
[trac742] Remove outdated comment
-----------------------------------------------------------------------
Summary of changes:
src/lib/cc/data.cc | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/cc/data.cc b/src/lib/cc/data.cc
index 6f7d4a2..932bef4 100644
--- a/src/lib/cc/data.cc
+++ b/src/lib/cc/data.cc
@@ -52,13 +52,6 @@ Element::toWire(std::ostream& ss) const {
toJSON(ss);
}
-//
-// The following methods are effectively empty, and their parameters are
-// unused. To silence compilers that warn unused function parameters,
-// we specify a (compiler dependent) special keyword when available.
-// It's defined in config.h, and to avoid including this header file from
-// installed files we define the methods here.
-//
bool
Element::getValue(long int&) {
return (false);
More information about the bind10-changes
mailing list