Skip to content

Commit 3e1f267

Browse files
committed
refactor: remove unused types
1 parent ea17b75 commit 3e1f267

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

client/src/connection/ssh/types.ts

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright © 2022-2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0
3-
import { BaseConfig, LogLineTypeEnum } from "..";
3+
import { BaseConfig } from "..";
44

55
export interface Config extends BaseConfig {
66
host: string;
@@ -10,19 +10,6 @@ export interface Config extends BaseConfig {
1010
privateKeyFilePath: string;
1111
}
1212

13-
export const LogLineTypes: LogLineTypeEnum[] = [
14-
"normal",
15-
"hilighted",
16-
"source",
17-
"title",
18-
"byline",
19-
"footnote",
20-
"error",
21-
"warning",
22-
"note",
23-
"message",
24-
];
25-
2613
export enum LineCodes {
2714
ResultsFetchedCode = "--vscode-sas-extension-results-fetched--",
2815
RunCancelledCode = "--vscode-sas-extension-run-cancelled--",

0 commit comments

Comments
 (0)