Skip to content

Commit

Permalink
remove unused TKET2 extension from hseries registry
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 committed Sep 5, 2024
1 parent 88d79fc commit b0cea47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tket2-hseries/src/extension/hseries.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ use hugr::{

use lazy_static::lazy_static;
use strum_macros::{EnumIter, EnumString, IntoStaticStr};
use tket2::extension::TKET2_EXTENSION;

use crate::extension::futures;

Expand Down Expand Up @@ -53,7 +52,6 @@ lazy_static! {
PRELUDE.to_owned(),
EXTENSION.to_owned(),
FLOAT_TYPES.to_owned(),
TKET2_EXTENSION.to_owned(),
tket2::extension::angle::ANGLE_EXTENSION.to_owned(),
]).unwrap();
}
Expand Down

0 comments on commit b0cea47

Please sign in to comment.