Kaydet (Commit) 3dd99122 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove newly unused struct

Change-Id: I70523221fb8fad22ae5fc6738ed4f6e571561892
üst 4101fa18
......@@ -65,14 +65,6 @@ struct SprmInfo
unsigned int nVari : 2;
};
struct SprmInfoHash
{
size_t operator()(const SprmInfo &a) const
{
return a.nId;
}
};
class wwSprmSearcher {
public:
wwSprmSearcher(SprmInfo const * infos, std::size_t size) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment