We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3297e9b commit 359541eCopy full SHA for 359541e
mlir/include/mlir/IR/Identifier.h
@@ -51,9 +51,6 @@ class Identifier {
51
/// Return the number of bytes in this string.
52
unsigned size() const { return entry->getKeyLength(); }
53
54
- /// Return true if this identifier is the specified string.
55
- bool is(StringRef string) const { return strref() == string; }
56
-
57
const char *begin() const { return data(); }
58
const char *end() const { return entry->getKeyData() + size(); }
59
0 commit comments