C#: Deprecate the StructuralComparisonConfig class.

This commit is contained in:
Michael Nebel
2022-03-11 10:58:47 +01:00
parent 5a4a97569f
commit 432ac7a824

View File

@@ -200,6 +200,8 @@ predicate sameGvn(ControlFlowElement x, ControlFlowElement y) {
}
/**
* DEPRECATED: Use `sameGvn` instead.
*
* A configuration for performing structural comparisons of program elements
* (expressions and statements).
*
@@ -208,7 +210,7 @@ predicate sameGvn(ControlFlowElement x, ControlFlowElement y) {
*
* Each use of the library is identified by a unique string value.
*/
abstract class StructuralComparisonConfiguration extends string {
abstract deprecated class StructuralComparisonConfiguration extends string {
bindingset[this]
StructuralComparisonConfiguration() { any() }