Skip to content

Commit 932ee0b

Browse files
committed
C#: Delete unused deprecated abstract class.
1 parent 5944b88 commit 932ee0b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

csharp/ql/lib/semmle/code/csharp/security/dataflow/UnsafeDeserializationQuery.qll

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -381,16 +381,6 @@ private module WeakTypeCreationToUsageTrackingConfig implements DataFlow::Config
381381
module WeakTypeCreationToUsageTracking =
382382
TaintTracking::Global<WeakTypeCreationToUsageTrackingConfig>;
383383

384-
/**
385-
* DEPRECATED: Do not extend this class.
386-
*
387-
* Safe deserializer creation to usage tracking config.
388-
*/
389-
abstract deprecated class SafeConstructorTrackingConfig extends TaintTracking2::Configuration {
390-
bindingset[this]
391-
SafeConstructorTrackingConfig() { any() }
392-
}
393-
394384
/** BinaryFormatter */
395385
private predicate isBinaryFormatterCall(MethodCall mc, Method m) {
396386
m = mc.getTarget() and

0 commit comments

Comments
 (0)