From 333a7fbce53da25718409dd5495a747808042dcc Mon Sep 17 00:00:00 2001 From: JoriPaananen Date: Tue, 6 Oct 2009 10:46:04 +0000 Subject: [PATCH] Removed an ununsed variable. git-svn-id: https://ttuki.vtt.fi/svn/p2p-next/TUD/p2tp/trunk@391 e16421f0-f15b-0410-abcd-98678b794739 --- tests/ledbattest2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ledbattest2.cpp b/tests/ledbattest2.cpp index 0eb0792..2b8b0ad 100644 --- a/tests/ledbattest2.cpp +++ b/tests/ledbattest2.cpp @@ -175,7 +175,7 @@ TEST(Datagram,LedbatTest) { int main (int argc, char** argv) { - int opt, ret; + int opt; printf("Warning: use the script to set up dummynet!\n"); testing::InitGoogleTest(&argc, argv); google::InitGoogleLogging(argv[0]); -- 2.20.1