mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
[302923] [disassembly] Remove REDDocument.finalize()
This commit is contained in:
parent
5ce1a9ed45
commit
ed9c03f437
1 changed files with 1 additions and 6 deletions
|
@ -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).
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue