Remove legacy network protocol (#8296)

This commit is contained in:
Pierre Krieger
2021-03-11 14:57:06 +01:00
committed by GitHub
parent 8f2517b06e
commit 5f004b4428
6 changed files with 47 additions and 617 deletions
@@ -15,13 +15,8 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
pub use self::collec::UpgradeCollec;
pub use self::legacy::{
RegisteredProtocol,
RegisteredProtocolEvent,
RegisteredProtocolName,
RegisteredProtocolSubstream
};
pub use self::notifications::{
NotificationsIn,
NotificationsInSubstream,
@@ -32,5 +27,4 @@ pub use self::notifications::{
};
mod collec;
mod legacy;
mod notifications;