CVSROOT: /sources/gnash
Module name: gnash
Changes by: Martin Guy <martinwguy> 07/04/19 17:03:42
Modified files:
testsuite/server: DisplayListTest.cpp
testsuite/libamf.all: test_string.cpp
. : ChangeLog
Log message:
Drop more unused variables
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/server/DisplayListTest.cpp?cvsroot=gnash&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/libamf.all/test_string.cpp?cvsroot=gnash&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2936&r2=1.2937
Patches:
Index: testsuite/server/DisplayListTest.cpp
===================================================================
RCS file: /sources/gnash/gnash/testsuite/server/DisplayListTest.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- testsuite/server/DisplayListTest.cpp 15 Mar 2007 22:39:54 -0000
1.2
+++ testsuite/server/DisplayListTest.cpp 19 Apr 2007 17:03:41 -0000
1.3
@@ -50,7 +50,7 @@
// Initialize a VM
boost::intrusive_ptr<movie_definition> md5 ( new
DummyMovieDefinition(5) );
boost::intrusive_ptr<movie_definition> md6 ( new
DummyMovieDefinition(6) );
- VM& vm = VM::init(*md5);
+ VM::init(*md5);
DisplayList dlist1;
Index: testsuite/libamf.all/test_string.cpp
===================================================================
RCS file: /sources/gnash/gnash/testsuite/libamf.all/test_string.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- testsuite/libamf.all/test_string.cpp 19 Apr 2007 15:17:33 -0000
1.4
+++ testsuite/libamf.all/test_string.cpp 19 Apr 2007 17:03:41 -0000
1.5
@@ -40,9 +40,8 @@
int
main(int argc, char *argv[])
{
- bool dump = false;
char buffer[300];
- int c, retries = 3;
+ int c;
memset(buffer, 0, 300);
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2936
retrieving revision 1.2937
diff -u -b -r1.2936 -r1.2937
--- ChangeLog 19 Apr 2007 16:57:15 -0000 1.2936
+++ ChangeLog 19 Apr 2007 17:03:42 -0000 1.2937
@@ -30,7 +30,8 @@
* testsuite/actionscript.all/Date.as: Change case-[in]dependent
method existence detection strategy to see if it fixes v5 testrun.
- * testsuite/libamf.all/test_{object,variable}.cpp,
+ * testsuite/libamf.all/test_{object,string,variable}.cpp,
+ testsuite/server/DisplayListTest.cpp,
testsuite/misc-ming.all/{PlaceObject2Test,root_stop_test}.c,
testsuite/misc-ming.all/action_execution_order_test6.c:
Drop/comment unused variables.
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit