From 496a9f819dc1353018b85822b60d1ce5936dcff6 Mon Sep 17 00:00:00 2001 From: Nischal Sheth Date: Sat, 5 Dec 2015 19:08:55 -0800 Subject: [PATCH] Fix compilation error on ubuntu14 Change-Id: I93828c7ee59fe1d08a2896a952eccf9f1390f492 Partial-Bug: 1513278 --- src/bgp/test/bgp_update_rx_test.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bgp/test/bgp_update_rx_test.cc b/src/bgp/test/bgp_update_rx_test.cc index a8cb73a19df..a3414faa2ce 100644 --- a/src/bgp/test/bgp_update_rx_test.cc +++ b/src/bgp/test/bgp_update_rx_test.cc @@ -371,7 +371,6 @@ TEST_P(BgpUpdateRxParamTest2, AsPathLoop) { ps->path_segment.push_back(64512); path_spec->path_segments.push_back(ps); update.path_attributes.push_back(path_spec); - uint32_t identifier = local_identifier_.to_ulong(); BgpMpNlri *mp_nlri = new BgpMpNlri; BgpProtoPrefix *bpp = new BgpProtoPrefix;