From 20cbab9e8f2c8ed495653a484fe87a1ec26eceb8 Mon Sep 17 00:00:00 2001 From: Anders Schack-Mulligen Date: Tue, 26 Sep 2023 13:51:12 +0200 Subject: [PATCH] C#: Minor simplification. --- csharp/ql/lib/semmle/code/csharp/File.qll | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/csharp/ql/lib/semmle/code/csharp/File.qll b/csharp/ql/lib/semmle/code/csharp/File.qll index 79406aec2f6..320d6e4c5d9 100644 --- a/csharp/ql/lib/semmle/code/csharp/File.qll +++ b/csharp/ql/lib/semmle/code/csharp/File.qll @@ -29,8 +29,7 @@ private module Impl = Make; class Container = Impl::Container; -/** A folder. */ -class Folder extends Container, Impl::Folder { } +class Folder = Impl::Folder; bindingset[flag] private predicate fileHasExtractionFlag(File f, int flag) {