Skip to content

Commit 2595dbc

Browse files
authored
fix lint issue
1 parent 136e857 commit 2595dbc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/core/src/shared/sam/deploy.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import { TemplateItem, createTemplatePrompter } from '../ui/sam/templatePrompter
2525
import { createDeployParamsSourcePrompter, ParamsSource } from '../ui/sam/paramsSourcePrompter'
2626
import { getErrorCode, getProjectRoot, getSamCliPathAndVersion, getSource, updateRecentResponse } from './utils'
2727
import { runInTerminal } from './processTerminal'
28-
import { deployMementoRootKey } from './constants'
2928
import {
3029
TemplateParametersForm,
3130
TemplateParametersWizard,
@@ -46,10 +45,6 @@ export interface DeployParams {
4645
[key: string]: any
4746
}
4847

49-
function getRecentDeployParams(identifier: string, key: string): string | undefined {
50-
return getRecentResponse(deployMementoRootKey, identifier, key)
51-
}
52-
5348
export enum SamDeployEntryPoints {
5449
SamTemplateFile,
5550
RegionNodeContextMenu,

0 commit comments

Comments
 (0)