Merge "removed dead code"
[cli.git] / framework / src / main / java / org / onap / cli / fw / error / OnapCommandProfileNotFound.java
index efc7b36..56a5859 100644 (file)
@@ -26,7 +26,6 @@ public class OnapCommandProfileNotFound extends OnapCommandException {
 
     private static final String ERROR_CODE = "0xc002";
 
-    private static final String ERROR_MSG = "Profile does not exist";
     /**
      * Profile does not exist.
      */