summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/exceptions.h
diff options
context:
space:
mode:
authorJINMEI Tatuya <jinmei@isc.org>2011-01-21 23:36:05 +0100
committerJINMEI Tatuya <jinmei@isc.org>2011-01-21 23:36:05 +0100
commite3e59cf1f240c7ab556ff8f827888f13d698e677 (patch)
tree466a5cc775d46c9b7d80ffca54a9f8d1deed5cbe /src/lib/dns/exceptions.h
parentMerge branch 'trac504' (diff)
downloadkea-e3e59cf1f240c7ab556ff8f827888f13d698e677.tar.xz
kea-e3e59cf1f240c7ab556ff8f827888f13d698e677.zip
cleanup: removed $Id$, which is useless now that we've migrated to git.
briefly talked about it on jabber, no one opposed to it, Jeremy explicitly agreed. changes are trivial themselves, so no explicit review.
Diffstat (limited to 'src/lib/dns/exceptions.h')
-rw-r--r--src/lib/dns/exceptions.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/dns/exceptions.h b/src/lib/dns/exceptions.h
index c540d05638..bd696a5286 100644
--- a/src/lib/dns/exceptions.h
+++ b/src/lib/dns/exceptions.h
@@ -12,8 +12,6 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
-// $Id$
-
// XXX: we have another exceptions.h, so we need to use a prefix "DNS_" in
// the include guard. More preferably, we should define a consistent naming
// style for the header guide (e.g. module-name_file-name_H) throughout the