From 206a66475d5be6182f25d6d10c3912ca8fdbdf4d Mon Sep 17 00:00:00 2001 From: Adam Wolfe Date: Thu, 28 Dec 2023 10:32:23 -0500 Subject: [PATCH] Remove unused definition Signed-off-by: Adam Wolfe --- packages/imperative/src/messages/src/CoreMessages.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/imperative/src/messages/src/CoreMessages.ts b/packages/imperative/src/messages/src/CoreMessages.ts index 40976a0e1a..d70be82fc8 100644 --- a/packages/imperative/src/messages/src/CoreMessages.ts +++ b/packages/imperative/src/messages/src/CoreMessages.ts @@ -66,10 +66,6 @@ export const createProfileCommandSummary: IMessageDefinition = { message: `Create a {{type}} profile`, }; -export const createProfileCommandDesc: IMessageDefinition = { //TODO: Currently unused - message: `${createProfileCommandSummary.message}.`, -}; - export const createProfileOptionDesc: IMessageDefinition = { message: `Specifies the name of the new {{type}} profile. ` + `You can load this profile by using the name on commands that support the ` +