From ed9c03f437b6ccc693ebd5e68b6a137af8f74f8e Mon Sep 17 00:00:00 2001 From: Anton Leherbauer Date: Wed, 17 Feb 2010 09:02:22 +0000 Subject: [PATCH] [302923] [disassembly] Remove REDDocument.finalize() --- .../debug/internal/ui/disassembly/text/REDDocument.java | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/internal/ui/disassembly/text/REDDocument.java b/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/internal/ui/disassembly/text/REDDocument.java index 21d8a2b8e2f..893b1495224 100644 --- a/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/internal/ui/disassembly/text/REDDocument.java +++ b/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/internal/ui/disassembly/text/REDDocument.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007, 2008 Wind River Systems and others. + * Copyright (c) 2007, 2010 Wind River Systems and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -26,11 +26,6 @@ public class REDDocument extends AbstractDocument { completeInitialization(); } - @Override - protected void finalize() { - dispose(); - } - /** * Free text store (delete scratchfiles). */