Skip to content

Commit 93982f8

Browse files
committed
rm resolved MUDO
1 parent 94b1e0a commit 93982f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/BaseFunctionContract.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,6 @@ export class BaseFunctionContract<Signature extends UnknownFunction, Location ex
437437
/* This cannot be defined in the prototype. The `self` is the contract, not the `this`. When this function is called
438438
as a method of a random object, that random object is the `this`, not this contract. */
439439
function abstract(): never {
440-
// MUDO why is this generic specification needed?
441440
throw new AbstractError(self, rawStack())
442441
}
443442
// intermediate contract instance, specifically for this contract function

0 commit comments

Comments
 (0)