Skip to content

Commit 66805f8

Browse files
committed
re-remove lost during rebase
1 parent 6f5c3ed commit 66805f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/PosixResources.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ void setNewChannel(OutputStream outputStream) {
174174
public PosixResources() {
175175
files = Collections.synchronizedSortedMap(new TreeMap<>());
176176
filePaths = Collections.synchronizedMap(new HashMap<>());
177-
sockets = Collections.synchronizedList(new ArrayList<>());
178177
children = Collections.synchronizedList(new ArrayList<>());
179178
String osProperty = System.getProperty("os.name");
180179

0 commit comments

Comments
 (0)