Index: src/interpreter/bytecode-pipeline.h |
diff --git a/src/interpreter/bytecode-pipeline.h b/src/interpreter/bytecode-pipeline.h |
index 9d497cd305711fe2bb48b4c3ab483607dca23685..c94faca2e5e4fb3b227e4bce5814cf7fce0e6539 100644 |
--- a/src/interpreter/bytecode-pipeline.h |
+++ b/src/interpreter/bytecode-pipeline.h |
@@ -84,8 +84,6 @@ class BytecodeSourceInfo final { |
private: |
int source_position_; |
bool is_statement_; |
- |
- DISALLOW_COPY_AND_ASSIGN(BytecodeSourceInfo); |
}; |
// A container for a generated bytecode, it's operands, and source information. |