You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by as...@apache.org on 2020/08/31 12:40:13 UTC

[mesos] 02/02: Fixed distcheck failure due to wrongly referencing non-existent header.

This is an automated email from the ASF dual-hosted git repository.

asekretenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit 7adebe5234bb22f17bcfbfef10d88c542b197531
Author: Andrei Sekretenko <as...@apache.org>
AuthorDate: Fri Aug 28 20:00:45 2020 +0200

    Fixed distcheck failure due to wrongly referencing non-existent header.
    
    This removes a reference to non-existent `offer_constraints_filter.hpp`
    in `Makefile.am` accidentally committed in
    470665e1575b9a91dffca974485940c7a0a1fe37.
---
 src/Makefile.am | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 943ed77..1043c7b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1133,7 +1133,6 @@ libmesos_no_3rdparty_la_SOURCES +=					\
   master/allocator/mesos/hierarchical.hpp				\
   master/allocator/mesos/metrics.cpp					\
   master/allocator/mesos/metrics.hpp					\
-  master/allocator/mesos/offer_constraints_filter.hpp			\
   master/allocator/mesos/offer_constraints_filter.cpp			\
   master/allocator/mesos/sorter/drf/metrics.cpp				\
   master/allocator/mesos/sorter/drf/metrics.hpp				\