Skip to content

Commit

Permalink
Remove unused definition
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Wolfe <adam.wolfe@broadcom.com>
  • Loading branch information
adam-wolfe committed Dec 28, 2023
1 parent 8112c6c commit 206a664
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/imperative/src/messages/src/CoreMessages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 ` +
Expand Down

0 comments on commit 206a664

Please sign in to comment.