From 67b7088eccc1fb28c253db654eb005671fd51a7c Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 10 Jun 2024 14:57:42 -0400 Subject: [PATCH] remove remaining storage vars --- src/account/AccountStorage.sol | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/account/AccountStorage.sol b/src/account/AccountStorage.sol index 7005501a..61875334 100644 --- a/src/account/AccountStorage.sol +++ b/src/account/AccountStorage.sol @@ -10,9 +10,6 @@ import {FunctionReference} from "../interfaces/IPluginManager.sol"; bytes32 constant _ACCOUNT_STORAGE_SLOT = 0x9f09680beaa4e5c9f38841db2460c401499164f368baef687948c315d9073e40; struct PluginData { - bool anyExternalExecPermitted; - // boolean to indicate if the plugin can spend native tokens from the account. - bool canSpendNativeToken; bytes32 manifestHash; FunctionReference[] dependencies; // Tracks the number of times this plugin has been used as a dependency function