Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
remove constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinGreen committed Dec 18, 2023
1 parent d64badb commit 83a51ac
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/accounts/LlamaAccountWithDelegation.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,6 @@ contract LlamaAccountWithDelegation is LlamaAccount {
address delegatee; // The address being delegated to.
}

// ======================================================
// ======== Contract Creation and Initialization ========
// ======================================================

/// @dev This contract is deployed as a minimal proxy from the core's `_deployAccounts` function. The
/// `_disableInitializers` locks the implementation (logic) contract, preventing any future initialization of it.
constructor() {
_disableInitializers();
}

// ===========================================
// ======== External and Public Logic ========
// ===========================================
Expand Down

0 comments on commit 83a51ac

Please sign in to comment.