Skip to content

Commit

Permalink
Fix compilation error on ubuntu14
Browse files Browse the repository at this point in the history
Change-Id: I93828c7ee59fe1d08a2896a952eccf9f1390f492
Partial-Bug: 1513278
  • Loading branch information
Nischal Sheth committed Dec 6, 2015
1 parent a8753f1 commit 496a9f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bgp/test/bgp_update_rx_test.cc
Expand Up @@ -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;
Expand Down

0 comments on commit 496a9f8

Please sign in to comment.