Remove "static operation".

This commit is contained in:
Jindra Petřík
2024-08-07 18:38:32 +02:00
parent f3da12e032
commit 38bcab878b
14 changed files with 17 additions and 42 deletions

View File

@@ -95,14 +95,7 @@ public class Graph {
* Exceptions in the graph
*/
private final List<GraphException> exceptions;
/**
* Constant not used anymore
*
* @deprecated not used.
*/
public static final int SOP_USE_STATIC = 0;
/**
* Debug flag to print all parts
*/