From 5a3e20f678ac73e93a739fe2509fab8a37671508 Mon Sep 17 00:00:00 2001 From: "marpan@webrtc.org" Date: Thu, 13 Oct 2011 16:59:24 +0000 Subject: [PATCH] Removed unused variables (build error) for test_fec. Review URL: http://webrtc-codereview.appspot.com/223001 git-svn-id: http://webrtc.googlecode.com/svn/trunk@738 4adac7df-926f-26a2-2b94-8c16560cd09d --- src/modules/rtp_rtcp/test/testFec/test_fec.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/modules/rtp_rtcp/test/testFec/test_fec.cc b/src/modules/rtp_rtcp/test/testFec/test_fec.cc index 066d0e5a38..60821b2800 100644 --- a/src/modules/rtp_rtcp/test/testFec/test_fec.cc +++ b/src/modules/rtp_rtcp/test/testFec/test_fec.cc @@ -26,12 +26,8 @@ int main() enum { kMaxNumberMediaPackets = 48 }; enum { kMaxNumberFecPackets = 48 }; - // Use same values as set in forward_correction.cc - const WebRtc_UWord8 rtpHeaderSize = 12; - // FOR UEP const bool kUseUnequalProtection = true; - WebRtc_UWord32 numImpPackets = 0; WebRtc_UWord32 id = 0; webrtc::ForwardErrorCorrection fec(id);