Skip to content

Commit

Permalink
removing unused code #12
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Mar 22, 2024
1 parent be2bd55 commit d1cc949
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/utils/iodevices/OutputDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,6 @@ class OutputDevice {
return *this;
}

inline bool useAttribute(const SumoXMLAttr attr, long long int attributeMask) const {
return (attributeMask & ((long long int)1 << attr)) != 0;
}

inline bool useAttribute(const SumoXMLAttr attr, SumoXMLAttrMask attributeMask) const {
return attributeMask.test(attr);
}
Expand Down

0 comments on commit d1cc949

Please sign in to comment.