From b5b32f5bb9b5df005e01409b895993774138382c Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Tue, 12 Dec 2017 10:16:10 +1300 Subject: [PATCH] Remove unused forward class declaration --- xapian-core/matcher/queryoptimiser.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/xapian-core/matcher/queryoptimiser.h b/xapian-core/matcher/queryoptimiser.h index 632607771..00bf66ef5 100644 --- a/xapian-core/matcher/queryoptimiser.h +++ b/xapian-core/matcher/queryoptimiser.h @@ -28,9 +28,6 @@ class LeafPostList; class PostListTree; -namespace Xapian { -class Weight; -} class QueryOptimiser { /// Prevent assignment. -- 2.11.4.GIT