From 3a142ec8ec15b9d20600e42f3a997f7f6056a9da Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Tue, 8 Mar 2022 19:44:47 -0800 Subject: [PATCH] DepType- remove commented list of potential types --- src/util/dep_type.zig | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/util/dep_type.zig b/src/util/dep_type.zig index 960ff2a2300304295b584b9913825f6727ef8a8e..47ada2e55dfbf11f38348a4106bf0a1d7d79b31f 100644 --- a/src/util/dep_type.zig +++ b/src/util/dep_type.zig @@ -14,23 +14,6 @@ pub const DepType = enum { git, // https://git-scm.com/ hg, // https://www.mercurial-scm.org/ http, // https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol - // svn, // https://subversion.apache.org/ - // fossil, // https://fossil-scm.org/ - // cvs, // https://nongnu.org/cvs/ - // darcs, // http://darcs.net/ - // // - // bazaar, // https://bazaar.canonical.com/en/ - // pijul, // https://pijul.org/ - // // - // ftp, // https://en.wikipedia.org/wiki/File_Transfer_Protocol - // ssh, // https://www.ssh.com/ssh/ - // onion, // https://www.torproject.org/ - // i2p, // https://geti2p.net/en/ - // torrent, // https://en.wikipedia.org/wiki/BitTorrent - // magnet, // https://en.wikipedia.org/wiki/BitTorrent - // dat, // https://www.datprotocol.com/ - // ipfs, // https://www.ipfs.com/ - // hypercore, // https://hypercore-protocol.org/ // zig fmt: on pub fn pull(self: DepType, alloc: std.mem.Allocator, rpath: string, dpath: string) !void { -- 2.54.0