1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Remove not used

This commit is contained in:
Alain Magloire 2003-01-27 03:25:38 +00:00
parent 4a1e38ac3a
commit 4e6fe61434

View file

@ -1,17 +0,0 @@
/*
*(c) Copyright QNX Software Systems Ltd. 2002.
* All Rights Reserved.
*
*/
package org.eclipse.cdt.debug.core.cdi.model;
/**
*
* Represents a global data structure in the program.
*
* @since Jul 9, 2002
*/
public interface ICDIGlobalVariable extends ICDIVariable
{
}