mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-31 12:55:40 +02:00
Cosmetics.
This commit is contained in:
parent
4753969951
commit
281d5ddf79
1 changed files with 1 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
/*******************************************************************************
|
||||
* Copyright (c) 2006, 2011 Wind River Systems, Inc. and others.
|
||||
* Copyright (c) 2006, 2014 Wind River Systems, Inc. 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
|
||||
|
@ -362,9 +362,6 @@ public class WritablePDOM extends PDOM implements IWritableIndexFragment {
|
|||
uncommittedFile.getRecord() != name.getFileRecord();
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see org.eclipse.cdt.internal.core.index.IWritableIndexFragment#getDatabaseSizeBytes()
|
||||
*/
|
||||
@Override
|
||||
public long getDatabaseSizeBytes() {
|
||||
return getDB().getSizeBytes();
|
||||
|
|
Loading…
Add table
Reference in a new issue