diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-05-17 12:17:05 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-05-17 12:17:05 +0100 |
| commit | 03e5264df44794c942a5b1d45be3acd546819d5a (patch) | |
| tree | bfeb529e2669ad2d6d8bea7c8e50326b0e29dc7f /src/buffer.hh | |
| parent | 079d34b82a3690f28de3d33102eda4bb214ad13f (diff) | |
Remove per lines timestamp in Buffer
Diffstat (limited to 'src/buffer.hh')
| -rw-r--r-- | src/buffer.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/buffer.hh b/src/buffer.hh index 3a9b0426..8be177e3 100644 --- a/src/buffer.hh +++ b/src/buffer.hh @@ -95,7 +95,6 @@ public: BufferIterator erase(BufferIterator begin, BufferIterator end); size_t timestamp() const; - size_t line_timestamp(LineCount line) const; time_t fs_timestamp() const; void set_fs_timestamp(time_t ts); @@ -180,7 +179,6 @@ private: struct Line { - size_t timestamp; ByteCount start; String content; |
