Removed dead code

This commit is contained in:
Bartek Kryza
2023-07-01 23:54:09 +02:00
parent fb3283d9c7
commit 1d2f83127f

View File

@@ -193,20 +193,6 @@ private:
std::string full_name_;
};
/**
* @brief Participant representing a C++ lambda.
*/
struct lambda : public class_ {
using class_::class_;
/**
* Get the type name of the diagram element.
*
* @return Type name of the diagram element.
*/
std::string type_name() const override { return "lambda"; }
};
/**
* @brief Participant mode representing a free function.
*/