mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 06:25:34 +00:00
[trac742] Remove outdated comment
This commit is contained in:
@@ -52,13 +52,6 @@ Element::toWire(std::ostream& ss) const {
|
|||||||
toJSON(ss);
|
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
|
bool
|
||||||
Element::getValue(long int&) {
|
Element::getValue(long int&) {
|
||||||
return (false);
|
return (false);
|
||||||
|
Reference in New Issue
Block a user