mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-13 21:47:12 -05:00
Remove unused code.
This commit is contained in:
@@ -500,9 +500,6 @@ export class TextmateSnippet extends Marker {
|
||||
let ret = 0;
|
||||
walk([marker], marker => {
|
||||
ret += marker.len();
|
||||
if (marker instanceof Transform) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
});
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user