From 034197d5a98cbf59153c824ed6f93d495c523854 Mon Sep 17 00:00:00 2001 From: denisanisimov Date: Mon, 13 Jan 2014 13:11:45 +0200 Subject: clone() method is removed from LexicalUnitImpl (#13182 ). Change-Id: I8e32c3ab8b79e31b7fae309a3f475f6fe520bfcc --- .../src/com/vaadin/sass/internal/parser/LexicalUnitImpl.java | 7 ------- 1 file changed, 7 deletions(-) (limited to 'theme-compiler/src') diff --git a/theme-compiler/src/com/vaadin/sass/internal/parser/LexicalUnitImpl.java b/theme-compiler/src/com/vaadin/sass/internal/parser/LexicalUnitImpl.java index cfd428e094..e03cea8cfe 100644 --- a/theme-compiler/src/com/vaadin/sass/internal/parser/LexicalUnitImpl.java +++ b/theme-compiler/src/com/vaadin/sass/internal/parser/LexicalUnitImpl.java @@ -731,13 +731,6 @@ public class LexicalUnitImpl implements LexicalUnit, SCSSLexicalUnit, previous); } - @Override - public LexicalUnitImpl clone() { - LexicalUnitImpl cloned = new LexicalUnitImpl(type, line, column, prev); - cloned.replaceValue(this); - return cloned; - } - /** * Tries to return the value for this {@link LexicalUnitImpl} without * considering any related units. -- cgit v1.2.3