| /* | |
| * Copyright 2023 Google LLC | |
| * | |
| * Use of this source code is governed by a BSD-style license that can be | |
| * found in the LICENSE file. | |
| */ | |
| #include "src/text/TextBlobMailbox.h" | |
| namespace sktext { | |
| void PostPurgeBlobMessage(uint32_t blobID, uint32_t cacheID) {} | |
| } |