pmt: cleanup PureTuple class.

This commit is contained in:
2025-09-21 21:19:02 +03:00
parent 6e8931bd68
commit 17f2fb5660

View File

@@ -17,7 +17,6 @@
#ifndef LIBHELPER_LIB_HPP
#define LIBHELPER_LIB_HPP
#include <any>
#include <cstdint>
#include <dirent.h>
#include <exception>
@@ -173,12 +172,6 @@ private:
}
}
struct _any {
std::any first;
std::any second;
std::any third;
};
public:
struct Data {
_Type1 first;