input/Offset: remove unused macro PRIoffset
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// Copyright The Music Player Daemon Project
|
// Copyright The Music Player Daemon Project
|
||||||
|
|
||||||
#ifndef MPD_OFFSET_HXX
|
#pragma once
|
||||||
#define MPD_OFFSET_HXX
|
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|
||||||
@@ -10,11 +9,3 @@
|
|||||||
* A type for absolute offsets in a file.
|
* A type for absolute offsets in a file.
|
||||||
*/
|
*/
|
||||||
typedef uint64_t offset_type;
|
typedef uint64_t offset_type;
|
||||||
|
|
||||||
/**
|
|
||||||
* To format an offset_type with printf(). To use this, include
|
|
||||||
* <cinttypes>.
|
|
||||||
*/
|
|
||||||
#define PRIoffset PRIu64
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
Reference in New Issue
Block a user