| Index: compiler/java/com/google/dart/compiler/common/HasSourceInfo.java
|
| diff --git a/compiler/java/com/google/dart/compiler/common/HasSourceInfo.java b/compiler/java/com/google/dart/compiler/common/HasSourceInfo.java
|
| index 105aa68e1f5600d27f0e50e5f95837d52f5b3b1f..a09552c7e05b92fac84ae4875d9ec8450d8b379b 100644
|
| --- a/compiler/java/com/google/dart/compiler/common/HasSourceInfo.java
|
| +++ b/compiler/java/com/google/dart/compiler/common/HasSourceInfo.java
|
| @@ -14,9 +14,4 @@ public interface HasSourceInfo {
|
| * but not <code>null</code>.
|
| */
|
| SourceInfo getSourceInfo();
|
| -
|
| - /**
|
| - * Set the {@link SourceInfo} associated with this object. May only be called only once.
|
| - */
|
| - void setSourceInfo(SourceInfo info);
|
| }
|
|
|