1
0
Fork 0
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:
Anton Leherbauer 2010-02-17 09:02:22 +00:00
parent 5ce1a9ed45
commit ed9c03f437

View file

@ -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).
*/