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

Revert "Cosmetics."

This reverts commit ed3837b500.
This commit is contained in:
Sergey Prigogin 2016-01-31 10:25:36 -08:00
parent ed3837b500
commit 7b4ac5a6b7

View file

@ -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++) {