From f7194435f3e37f125a99ddd31425bf9e9cb28d37 Mon Sep 17 00:00:00 2001 From: Giuseppe D'Angelo Date: Tue, 20 Feb 2024 10:34:14 +0100 Subject: Remove qbytearray_p.h It's unused now. Change-Id: I948650abdbcc0dc0f7925c56e326762ba66e8ee9 Reviewed-by: Thiago Macieira --- src/corelib/text/qbytearray_p.h | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 src/corelib/text/qbytearray_p.h (limited to 'src/corelib/text/qbytearray_p.h') diff --git a/src/corelib/text/qbytearray_p.h b/src/corelib/text/qbytearray_p.h deleted file mode 100644 index 7103a0428a..0000000000 --- a/src/corelib/text/qbytearray_p.h +++ /dev/null @@ -1,28 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only - -#ifndef QBYTEARRAY_P_H -#define QBYTEARRAY_P_H - -// -// W A R N I N G -// ------------- -// -// This file is not part of the Qt API. It exists for the convenience -// of other Qt classes. This header file may change from version to -// version without notice, or even be removed. -// -// We mean it. -// - -#include - -QT_BEGIN_NAMESPACE - -// -1 because of the terminating NUL -constexpr qsizetype MaxByteArraySize = QtPrivate::MaxAllocSize - sizeof(std::remove_pointer::type) - 1; -constexpr qsizetype MaxStringSize = (QtPrivate::MaxAllocSize - sizeof(std::remove_pointer::type)) / 2 - 1; - -QT_END_NAMESPACE - -#endif // QBYTEARRAY_P_H -- cgit v1.2.3