mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: remove deprecated bitSet::used() method
- The 'used()' method was for transitional compatibility with the now defunct PackedBoolList. The canonical method name for returning a labelList of 'on' bits is toc().
This commit is contained in:
@ -551,14 +551,6 @@ public:
|
||||
{
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
||||
// Housekeeping
|
||||
|
||||
//- Deprecated(2018-04) compatibility name for PackedBoolList
|
||||
// \deprecated(2018-04) - use toc() method
|
||||
inline labelList used() const { return toc(); }
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user