mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 15:07:41 +00:00
@@ -81,13 +81,6 @@ public:
|
||||
--x0_count;
|
||||
}
|
||||
}
|
||||
|
||||
iterator find(const T& value) {
|
||||
rstl::reserved_vector< TUniqueId, 8 >::iterator it = begin();
|
||||
for (; it != end() && *it != value; ++it) {
|
||||
}
|
||||
return it;
|
||||
}
|
||||
};
|
||||
} // namespace rstl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user