Remove unused

This commit is contained in:
Dominik Werder
2022-12-13 08:33:32 +01:00
parent e81337c22f
commit dfadb530d5
18 changed files with 97 additions and 1473 deletions

View File

@@ -15,8 +15,8 @@ pub async fn gen_test_data() -> Result<(), Error> {
let data_base_path = PathBuf::from(homedir).join("daqbuffer-testdata").join("databuffer");
let ksprefix = String::from("ks");
let mut ensemble = Ensemble {
nodes: vec![],
channels: vec![],
nodes: Vec::new(),
channels: Vec::new(),
};
{
let chn = ChannelGenProps {