mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
parent
ed3837b500
commit
7b4ac5a6b7
1 changed files with 0 additions and 2 deletions
|
@ -239,8 +239,6 @@ public class CPPDeferredClassInstance extends CPPUnknownBinding implements ICPPD
|
|||
public static ICPPDeferredClassInstance unmarshal(IIndexFragment fragment, short firstBytes,
|
||||
ITypeMarshalBuffer buffer) throws CoreException {
|
||||
IBinding template= buffer.unmarshalBinding();
|
||||
if (template == null)
|
||||
return null;
|
||||
int argcount= buffer.getInt();
|
||||
ICPPTemplateArgument[] args = new ICPPTemplateArgument[argcount];
|
||||
for (int i = 0; i < argcount; i++) {
|
||||
|
|
Loading…
Add table
Reference in a new issue