mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
21a2b93c96
commit
6ea674106c
1 changed files with 1 additions and 3 deletions
|
@ -22,7 +22,6 @@ import org.eclipse.cdt.core.model.ITranslationUnit;
|
|||
* @since 5.0
|
||||
*/
|
||||
public class CodeTemplateContext extends FileTemplateContext {
|
||||
|
||||
private ICProject fProject;
|
||||
|
||||
public CodeTemplateContext(String contextTypeId, ICProject project, String lineDelimiter) {
|
||||
|
@ -40,5 +39,4 @@ public class CodeTemplateContext extends FileTemplateContext {
|
|||
super.setResourceVariables(file);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue