Skip to content

Commit 6b3ee04

Browse files
ghislainpiotguillaume-dequenne
authored andcommitted
Remove TypeShedV2
1 parent 0168c31 commit 6b3ee04

File tree

4 files changed

+0
-922
lines changed

4 files changed

+0
-922
lines changed

python-frontend/src/main/java/org/sonar/python/semantic/v2/TypeShed.java

Lines changed: 0 additions & 356 deletions
This file was deleted.

python-frontend/src/test/java/org/sonar/plugins/python/api/PythonVisitorContextTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
import org.sonar.python.parser.PythonParser;
4040
import org.sonar.python.semantic.ProjectLevelSymbolTable;
4141
import org.sonar.python.semantic.SymbolImpl;
42-
import org.sonar.python.semantic.v2.TypeShed;
4342
import org.sonar.python.tree.FileInputImpl;
4443
import org.sonar.python.tree.PythonTreeMaker;
4544

@@ -96,7 +95,6 @@ void globalSymbols() {
9695
void sonar_product() {
9796
CacheContextImpl cacheContext = CacheContextImpl.dummyCache();
9897
ProjectLevelSymbolTable projectLevelSymbolTable = ProjectLevelSymbolTable.empty();
99-
var typeShed = new TypeShed(ProjectLevelSymbolTable.empty());
10098
String myPackage = "my_package";
10199
File workingDirectory = null;
102100
PythonFile pythonFile = pythonFile("my_module.py");

0 commit comments

Comments
 (0)