mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Delete unused code (#7800)
* Update cmsUtils.ts Fix small issue * Delete unused code
This commit is contained in:
@@ -284,9 +284,4 @@ export class CmsUtils {
|
||||
return connectionProfile;
|
||||
}
|
||||
|
||||
public didConnectionChange(connectionA: azdata.connection.Connection, connectionB: azdata.connection.Connection): boolean {
|
||||
return (connectionA !== connectionB) || ((connectionA.connectionId === connectionB.connectionId) &&
|
||||
(connectionA.options.savePassword !== connectionA.options.savePassword));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user