summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2018-07-24 10:02:07 +0100
committerPeter Powell <petpow@saberuk.com>2018-07-24 10:02:07 +0100
commit2beb73aba7c46120adc1e9cfaa2a51934df41b2d (patch)
treea7ad0084872cab325052ec462369cd36109782de
parent4df41508c1adfdd8211994dc206de82718ee097d (diff)
Get rid of the unused string_list typedef.
-rw-r--r--include/typedefs.h4
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;