Remove GeneratedTransferIdentityObject 25/92825/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 1 Oct 2020 09:40:21 +0000 (11:40 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 1 Oct 2020 09:40:21 +0000 (11:40 +0200)
This interface is not implemented nor used anywhere, remove it.

Change-Id: I1085e9393afb23775c49f52b6522d70f8424c856
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-generator-api/src/main/java/org/opendaylight/mdsal/binding/model/api/GeneratedTransferIdentityObject.java [deleted file]

diff --git a/binding/mdsal-binding-generator-api/src/main/java/org/opendaylight/mdsal/binding/model/api/GeneratedTransferIdentityObject.java b/binding/mdsal-binding-generator-api/src/main/java/org/opendaylight/mdsal/binding/model/api/GeneratedTransferIdentityObject.java
deleted file mode 100644 (file)
index 41d510f..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- * Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
- *
- * This program and the accompanying materials are made available under the
- * terms of the Eclipse Public License v1.0 which accompanies this distribution,
- * and is available at http://www.eclipse.org/legal/epl-v10.html
- */
-package org.opendaylight.mdsal.binding.model.api;
-
-public interface GeneratedTransferIdentityObject extends
-        GeneratedTransferObject {
-
-}