diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-27 22:56:42 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-27 22:56:42 +0000 |
| commit | f508191f9d794e7762270d19a4211739470cfe0d (patch) | |
| tree | f6deb3d3bb14e7d52dbbfe528481f6c9b6120f7b /src/lib/internet.h | |
| parent | cb0d899ec71a854e8d54213245812702d85b5670 (diff) | |
Remove some unused code.
Diffstat (limited to 'src/lib/internet.h')
| -rw-r--r-- | src/lib/internet.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/internet.h b/src/lib/internet.h index b477bb447..9b88bde97 100644 --- a/src/lib/internet.h +++ b/src/lib/internet.h @@ -23,4 +23,3 @@ #include <boost/filesystem.hpp> boost::optional<std::string> get_from_zip_url (std::string url, std::string file, bool pasv, boost::function<void (boost::filesystem::path)> load); -std::list<std::string> ftp_ls (std::string dir, bool pasv = true); |
