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) {