diff --git a/attribute/state/src/lib.rs b/attribute/state/src/lib.rs index ec45bd3e5..13a02c93b 100644 --- a/attribute/state/src/lib.rs +++ b/attribute/state/src/lib.rs @@ -15,11 +15,3 @@ pub fn state( #item_struct }) } - -/* - impl<'a, 'b, 'c, 'info> anchor_lang::ProgramStateContext<'a, 'b, 'c, 'info> for #strct { - fn context() -> Context<'a, 'b, 'c, 'info, ProgramStateAccounts<'info>> { - // todo - } - } -*/