File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -117,12 +117,6 @@ pub struct MemoryInitializationEntry {
117117
118118io ! ( MemoryInitializationEntry ) ;
119119
120- impl MemoryInitializationEntry {
121- pub fn new ( address : u32 , value : u8 ) -> Self {
122- Self { address, value }
123- }
124- }
125-
126120// One entry per byte because WO memory can be accessed bytewise
127121#[ derive( Debug , Copy , Clone ) ]
128122pub struct PublicOutputEntry {
@@ -132,12 +126,6 @@ pub struct PublicOutputEntry {
132126
133127io ! ( PublicOutputEntry ) ;
134128
135- impl PublicOutputEntry {
136- pub fn new ( address : u32 , value : u8 ) -> Self {
137- Self { address, value }
138- }
139- }
140-
141129// One entry per instruction because program memory is always accessed instruction-wise
142130#[ derive( Debug , Copy , Clone ) ]
143131pub struct ProgramMemoryEntry {
You can’t perform that action at this time.
0 commit comments