]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/journal-importer.h
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
[thirdparty/systemd.git] / src / shared / journal-importer.h
index e0073fcea822e33a8c10524ba183f2307ab37075..7eb2169217153deabe9ff0a89c97bcff8eb54168 100644 (file)
@@ -31,7 +31,6 @@ typedef struct JournalImporter {
         char *name;
 
         char *buf;
-        size_t size;       /* total size of the buffer */
         size_t offset;     /* offset to the beginning of live data in the buffer */
         size_t scanned;    /* number of bytes since the beginning of data without a newline */
         size_t filled;     /* total number of bytes in the buffer */