Skip to content

Commit 94b1e0a

Browse files
committed
rm obsolete commented out part
1 parent e9f61af commit 94b1e0a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/BaseFunctionContract.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -315,20 +315,6 @@ export const contractFunctionBind = function bind<
315315
return bound
316316
}
317317

318-
// type NeverSignature<Signature extends UnknownFunction> = (
319-
// this: ThisParameterType<Signature>,
320-
// ...args: Parameters<Signature>
321-
// ) => never
322-
//
323-
// // MUDO remove: it does not add anything
324-
// export type AbstractContractFunction<
325-
// ContractSignature extends UnknownFunction,
326-
// ContractLocation extends GeneralLocation
327-
// > =
328-
// NeverSignature<ContractSignature> extends ContractSignature
329-
// ? ContractSignature & BaseContractFunction<ContractSignature, ContractLocation>
330-
// : never
331-
332318
export interface FunctionContractKwargs<Signature extends UnknownFunction> {
333319
post?: Postcondition<Signature>[]
334320
}

0 commit comments

Comments
 (0)