Remove Deprecated setQos() method

Change-Id: I1b681f13f6a65c5df70b10a141ef94c927bf5f63
diff --git a/protocols/ovsdb/rfc/src/main/java/org/onosproject/ovsdb/rfc/table/Port.java b/protocols/ovsdb/rfc/src/main/java/org/onosproject/ovsdb/rfc/table/Port.java
index 60ccdb5..5bf2ed0 100644
--- a/protocols/ovsdb/rfc/src/main/java/org/onosproject/ovsdb/rfc/table/Port.java
+++ b/protocols/ovsdb/rfc/src/main/java/org/onosproject/ovsdb/rfc/table/Port.java
@@ -237,22 +237,6 @@
      * Add a Column entity which column name is "qos" to the Row entity of
      * attributes.
      * @param qos the column data which column name is "qos"
-     * @deprecated in Junco (1.9.1), use version with Uuid instead
-     */
-    @Deprecated
-    public void setQos(Set<Uuid> qos) {
-        ColumnDescription columndesc = new ColumnDescription(
-                PortColumn.QOS
-                        .columnName(),
-                "setQos",
-                VersionNum.VERSION100);
-        super.setDataHandler(columndesc, qos);
-    }
-
-    /**
-     * Add a Column entity which column name is "qos" to the Row entity of
-     * attributes.
-     * @param qos the column data which column name is "qos"
      */
     public void setQos(Uuid qos) {
         ColumnDescription columndesc = new ColumnDescription(