summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsc2000-12-22 09:31:11 +0000
committersc2000-12-22 09:31:11 +0000
commitc0ff32ca37bfc2f3c50efea278741b7aefc2e91b (patch)
treee85666ac592d22063ab86ae2ebf71fef29a65ca0
parentf559679714fbcb3774409122285ae785b351ade7 (diff)
downloadivy-league-c0ff32ca37bfc2f3c50efea278741b7aefc2e91b.zip
ivy-league-c0ff32ca37bfc2f3c50efea278741b7aefc2e91b.tar.gz
ivy-league-c0ff32ca37bfc2f3c50efea278741b7aefc2e91b.tar.bz2
ivy-league-c0ff32ca37bfc2f3c50efea278741b7aefc2e91b.tar.xz
Removed spurious semi-colon
-rwxr-xr-xdnn/Disposable.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dnn/Disposable.cc b/dnn/Disposable.cc
index 041931b..de47ac8 100755
--- a/dnn/Disposable.cc
+++ b/dnn/Disposable.cc
@@ -63,7 +63,7 @@ void
IvlDisposable :: Trash ()
{
Garbage.Append (this);
-};
+}
/*?
Delete all the instances which are in the garbage list.