From 8eb17ff19a2b1ed59b6b37f0fe0fcb4760584422 Mon Sep 17 00:00:00 2001 From: Nathan Hourt Date: Thu, 29 Jun 2017 10:00:36 -0500 Subject: [PATCH] Remove outdated comment --- .../chain/include/eos/chain/chain_administration_interface.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/libraries/chain/include/eos/chain/chain_administration_interface.hpp b/libraries/chain/include/eos/chain/chain_administration_interface.hpp index 35143c771..acccfce87 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: -- GitLab