aboutsummaryrefslogtreecommitdiff
path: root/common/str-array.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/str-array.h')
-rw-r--r--common/str-array.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/common/str-array.h b/common/str-array.h
index b8630bfadb..5c8324bdea 100644
--- a/common/str-array.h
+++ b/common/str-array.h
@@ -37,13 +37,6 @@ namespace Common {
typedef Array<String> StringArray;
-/**
- * Alias for type StringArray. For backwards compatibility only.
- * @deprecated Use StringArray instead!
- */
-typedef StringArray StringList;
-
-
} // End of namespace Common
#endif