diff options
| author | Maxime Coste <mawww@kakoune.org> | 2025-02-04 19:22:03 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2025-02-04 19:22:03 +1100 |
| commit | 3ff33830627438de3f9638c18f7e192cdf5b32a5 (patch) | |
| tree | c64cac49bd3e04772633e2a4d025a73760048136 /src/shared_string.hh | |
| parent | 8eb753adfd914b0deade48c7510e30f7e05df860 (diff) | |
Revert "WIP linked list shared strings"
This got pushed by accident
This reverts commit 2856b99e0914cc7a659977f2b33308cb5b4c9bb7.
Diffstat (limited to 'src/shared_string.hh')
| -rw-r--r-- | src/shared_string.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shared_string.hh b/src/shared_string.hh index 2d39971a..79c34830 100644 --- a/src/shared_string.hh +++ b/src/shared_string.hh @@ -15,8 +15,6 @@ struct StringData : UseMemoryDomain<MemoryDomain::SharedString> { uint32_t refcount; const int length; - StringData* prev = nullptr; - StringData* next = nullptr; [[gnu::always_inline]] const char* data() const { return reinterpret_cast<const char*>(this + 1); } |
