am 798f9934: Use different IPv4 addresses on different clat interfaces.

* commit '798f9934fca523dfb57136bd185cf6e9460323ad':
  Use different IPv4 addresses on different clat interfaces.
diff --git a/clatd_test.cpp b/clatd_test.cpp
index 085a9b7..fd429ca 100644
--- a/clatd_test.cpp
+++ b/clatd_test.cpp
@@ -850,7 +850,7 @@
     { 0x1215, 0x5560, 0x15560 + 20, 0x1200 },
     { 0xd0c7, 0x3ad0, 0x2644b, 0xa74a },
   };
-  unsigned i, failed = 0;
+  unsigned i = 0;
 
   for (i = 0; i < ARRAYSIZE(DATA); i++) {
     struct checksum_data *data = DATA + i;
@@ -883,7 +883,6 @@
 }
 
 TEST_F(ClatdTest, Fragmentation) {
-  int len, i;
   check_fragment_translation(kIPv4Fragments, kIPv4FragLengths,
                              kIPv6Fragments, kIPv6FragLengths,
                              ARRAYSIZE(kIPv4Fragments), "IPv4->IPv6 fragment translation");