mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 04:03:03 +01:00
Removed unneeded method as Nickolay suggested
This commit is contained in:
parent
27d0e69034
commit
ffb640e22a
@ -646,9 +646,6 @@ private:
|
||||
|
||||
static inline const SLONG generate(void const*, const TranGarbage& Item)
|
||||
{ return Item.tran; }
|
||||
|
||||
static inline const bool greaterThan(const TranGarbage& i1, const TranGarbage& i2)
|
||||
{ return i1.tran > i2.tran; }
|
||||
};
|
||||
|
||||
typedef Firebird::SortedArray<
|
||||
|
Loading…
Reference in New Issue
Block a user