diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-04-10 15:02:31 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-04-10 15:02:31 +0300 |
| commit | a5e4a0de5bfa544de0e77ce3bf5443386530d43f (patch) | |
| tree | 8d9484fecd2b10c0fce6529e0f0d6695742836e3 /include | |
| parent | aeb5c84e9c3a013f0ae12b4a7b2297f6f45dca4c (diff) | |
that was a very dirty crutch, let's remove it
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_database.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/m_database.h b/include/m_database.h index 582c2c273f..3a1393d2d4 100644 --- a/include/m_database.h +++ b/include/m_database.h @@ -223,10 +223,6 @@ struct DBEVENTINFO return bMsec ? (iTimestamp / 1000) : iTimestamp;
}
- bool __forceinline markedRead() const {
- return (bSent || bRead);
- }
-
bool __forceinline operator==(const DBEVENTINFO &e) {
return (iTimestamp == e.iTimestamp && eventType == e.eventType && cbBlob == e.cbBlob && bSent == e.bSent);
}
|
