Skip to content

Commit 6468322

Browse files
committed
[RemoteMirrors] Remove unused PipeMemoryReader_getSizeSize function.
1 parent 71f1c39 commit 6468322

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tools/swift-reflection-test/swift-reflection-test.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ uint8_t PipeMemoryReader_getPointerSize(void *Context) {
7272
return sizeof(uintptr_t);
7373
}
7474

75-
static
76-
uint8_t PipeMemoryReader_getSizeSize(void *Context) {
77-
return sizeof(size_t);
78-
}
79-
8075
static
8176
void PipeMemoryReader_collectBytesFromPipe(const PipeMemoryReader *Reader,
8277
void *Dest, size_t Size) {

0 commit comments

Comments
 (0)