Skip to content

Commit eb0cac8

Browse files
committed
Comment out more unused code - fix
1 parent d1900a7 commit eb0cac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dac.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pub struct Disabled;
5858

5959
pub trait ED {}
6060
impl ED for Enabled {}
61-
impl ED for EnabledUnbuffered {}
61+
//impl ED for EnabledUnbuffered {}
6262
impl ED for WaveGenerator {}
6363
impl ED for Disabled {}
6464

0 commit comments

Comments
 (0)