summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qjnitypes_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/kernel/qjnitypes_impl.h')
-rw-r--r--src/corelib/kernel/qjnitypes_impl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/corelib/kernel/qjnitypes_impl.h b/src/corelib/kernel/qjnitypes_impl.h
index 5f87c97e5b..feab8c4781 100644
--- a/src/corelib/kernel/qjnitypes_impl.h
+++ b/src/corelib/kernel/qjnitypes_impl.h
@@ -131,10 +131,6 @@ struct CTString
}
};
-// compatibility alias until submodules are ported
-template<size_t N_WITH_NULL, typename BaseType = char>
-using String = CTString<N_WITH_NULL, BaseType>;
-
// Helper types that allow us to disable variadic overloads that would conflict
// with overloads that take a const char*.
template<typename T, size_t N = 0> struct IsStringType : std::false_type {};