Skip to content

Commit 3130c68

Browse files
authored
refactor(amazonq): remove unnecessary code (#6665)
## Problem Some code was accidentally checked in to src.gen ## Solution Remove these unnecessary code --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 23fed8c commit 3130c68

File tree

1 file changed

+0
-2
lines changed
  • src.gen/@amzn/codewhisperer-streaming/src/models

1 file changed

+0
-2
lines changed

src.gen/@amzn/codewhisperer-streaming/src/models/models_0.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,8 +1019,6 @@ export interface RelevantTextDocument {
10191019
* @public
10201020
*/
10211021
documentSymbols?: (DocumentSymbol)[] | undefined;
1022-
startLine?: number;
1023-
endLine?: number;
10241022
}
10251023

10261024
/**

0 commit comments

Comments
 (0)