Inet: Remove the SackRange and its use
authorAndreas Hansson <andreas.hansson@arm.com>
Mon, 10 Sep 2012 15:57:39 +0000 (11:57 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Mon, 10 Sep 2012 15:57:39 +0000 (11:57 -0400)
commit1f9c3bcb462f84b97b75f264553180523eaf6419
tree223f56e9d5719d8ca0656a2b3af26048ccda696e
parentd6283445744d5be2a9ac33f0adbc729d48e22c40
Inet: Remove the SackRange and its use

This patch aims to simplify the use of the Range class before
introducing a more elaborate AddrRegion to replace the AddrRange. The
SackRange is the only use of the range class besides address ranges,
and the removal of this use makes for an easier modification of the
range class.

The functionlity that is removed with this patch is not used anywhere
throughout the code base.
src/base/inet.cc
src/base/inet.hh