diff options
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; |