Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(233)

Unified Diff: src/signature.h

Issue 2424623002: [wasm] Use a Managed<WasmModule> to hold metadata about modules. (Closed)
Patch Set: Review comments Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/signature.h
diff --git a/src/signature.h b/src/signature.h
index 97238b6749fbb82a05562a9c5ea2f30a97115db7..1574e484be83b14403ca162041cec7ca2921de95 100644
--- a/src/signature.h
+++ b/src/signature.h
@@ -32,8 +32,6 @@ class Signature : public ZoneObject {
return reps_[index];
}
- const T* raw_data() const { return reps_; }
-
// For incrementally building signatures.
class Builder {
public:

Powered by Google App Engine
This is Rietveld 408576698