gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/avm2 r9467: Remove markReachableResources(


From: Tom Stellard
Subject: [Gnash-commit] /srv/bzr/gnash/avm2 r9467: Remove markReachableResources() override from abc_function.
Date: Fri, 15 Aug 2008 23:32:25 +0800
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9467
committer: Tom Stellard <address@hidden>
branch nick: gnash_dev
timestamp: Fri 2008-08-15 23:32:25 +0800
message:
  Remove markReachableResources() override from abc_function.
modified:
  libcore/abc_function.cpp
  libcore/abc_function.h
=== modified file 'libcore/abc_function.cpp'
--- a/libcore/abc_function.cpp  2008-08-10 15:45:26 +0000
+++ b/libcore/abc_function.cpp  2008-08-15 15:32:25 +0000
@@ -32,12 +32,5 @@
        return as_value();
 }
 
-#ifdef GNASH_USE_GC
-void
-abc_function::markReachableResources() const
-{
-       
-}
-#endif // GNASH_USE_GC
 
 }
\ No newline at end of file

=== modified file 'libcore/abc_function.h'
--- a/libcore/abc_function.h    2008-08-10 15:45:26 +0000
+++ b/libcore/abc_function.h    2008-08-15 15:32:25 +0000
@@ -40,14 +40,6 @@
 
 as_value       operator()(const fn_call& fn);
 
-#ifdef GNASH_USE_GC
-       /// Mark reachable resources. Override from as_function.
-       //
-       /// Reachable resources from this object is it's scope stack
-       /// and the prototype.
-       ///
-       virtual void markReachableResources() const;
-#endif // GNASH_USE_GC
 };
 
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]