diff --git a/libraries/chain/include/eos/chain/chain_administration_interface.hpp b/libraries/chain/include/eos/chain/chain_administration_interface.hpp index 35143c771401869fa42f908bcf4daa06721efe14..acccfce87dadc3b33949ee0791b84f1f88a0fdb5 100644 --- a/libraries/chain/include/eos/chain/chain_administration_interface.hpp +++ b/libraries/chain/include/eos/chain/chain_administration_interface.hpp @@ -14,9 +14,6 @@ class chain_controller; * The @ref chain_controller is not responsible for scheduling block producers, calculating the current @ref * BlockchainConfiguration, but it needs to know the results of these calculations. This interface allows the @ref * chain_controller to invoke these calculations and retrieve their results when needed. - * - * @note This class uses the Curiously Recurring Template Pattern for static polymorphism: - * https://en.wikipedia.org/wiki/Curiously_recurring_template_pattern */ class chain_administration_interface { public: