diff options
| author | 2018-07-24 10:02:07 +0100 | |
|---|---|---|
| committer | 2018-07-24 10:02:07 +0100 | |
| commit | 2beb73aba7c46120adc1e9cfaa2a51934df41b2d (patch) | |
| tree | a7ad0084872cab325052ec462369cd36109782de /include | |
| parent | Fix the Windows build system to use the new license file location. (diff) | |
Get rid of the unused string_list typedef.
Diffstat (limited to 'include')
| -rw-r--r-- | include/typedefs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/typedefs.h b/include/typedefs.h index 62ceb564e..9a015d445 100644 --- a/include/typedefs.h +++ b/include/typedefs.h @@ -82,10 +82,6 @@ typedef std::map<std::string, file_cache> ConfigFileCache; /** Generic user list, used for exceptions */ typedef std::set<User*> CUList; -/** A set of strings. - */ -typedef std::vector<std::string> string_list; - /** Contains an ident and host split into two strings */ typedef std::pair<std::string, std::string> IdentHostPair; |
