Skip to content

Commit c3ce9ba

Browse files
committed
Remove commented out dead code
1 parent 630d227 commit c3ce9ba

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

llzk/src/dialect/felt/attrs.rs

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,6 @@ use melior::{
88
};
99
use mlir_sys::MlirAttribute;
1010

11-
//#[derive(Debug)]
12-
//pub enum Radix {
13-
// Base2,
14-
// Base8,
15-
// Base10,
16-
// Base16,
17-
// Base32,
18-
//}
19-
//
20-
//impl Default for Radix {
21-
// fn default() -> Self {
22-
// Self::Base10
23-
// }
24-
//}
25-
//
26-
//impl From<Radix> for u8 {
27-
// fn from(value: Radix) -> Self {
28-
// match value {
29-
// Radix::Base2 => 2,
30-
// Radix::Base8 => 8,
31-
// Radix::Base10 => 10,
32-
// Radix::Base16 => 16,
33-
// Radix::Base32 => 32,
34-
// }
35-
// }
36-
//}
37-
3811
/// A constant finite field element.
3912
pub struct FeltConstAttribute<'c> {
4013
inner: Attribute<'c>,

0 commit comments

Comments
 (0)