Removes legacy deprecated DOMImplSafari.

Change-Id: Ica3f5bed318a75df77a5e584f2816bda7d98856a
diff --git a/user/src/com/google/gwt/dom/client/DOMImplSafari.java b/user/src/com/google/gwt/dom/client/DOMImplSafari.java
deleted file mode 100644
index 697e3f0..0000000
--- a/user/src/com/google/gwt/dom/client/DOMImplSafari.java
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Copyright 2010 Google Inc.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not
- * use this file except in compliance with the License. You may obtain a copy of
- * the License at
- * 
- * http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations under
- * the License.
- */
-package com.google.gwt.dom.client;
-
-/**
- * Safari implementation of {@link com.google.gwt.user.client.impl.DOMImpl}.
- * @deprecated  As of release 2.3, replaced by {@link com.google.gwt.dom.client.DOMImplWebkit}
- */
-@Deprecated
-class DOMImplSafari extends DOMImplWebkit {
-}
-
diff --git a/user/src/com/google/gwt/user/client/impl/DOMImplSafari.java b/user/src/com/google/gwt/user/client/impl/DOMImplSafari.java
deleted file mode 100644
index 380ee0e..0000000
--- a/user/src/com/google/gwt/user/client/impl/DOMImplSafari.java
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * Copyright 2008 Google Inc.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not
- * use this file except in compliance with the License. You may obtain a copy of
- * the License at
- * 
- * http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations under
- * the License.
- */
-package com.google.gwt.user.client.impl;
-
-/**
- * Safari implementation of {@link com.google.gwt.user.client.impl.DOMImpl}.
- * @deprecated  As of release 2.3, replaced by {@link com.google.gwt.user.client.impl.DOMImplWebkit}
- */
-@Deprecated
-class DOMImplSafari extends DOMImplWebkit {
-}