You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by an...@apache.org on 2018/06/14 20:47:01 UTC

mesos git commit: Removed headers from `libprocess/src/CMakeList.txt`.

Repository: mesos
Updated Branches:
  refs/heads/master 85adb1e87 -> 62c5c3eee


Removed headers from `libprocess/src/CMakeList.txt`.

Header files are not necessary (and so are redundant) in CMake.

Review: https://reviews.apache.org/r/67554/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/62c5c3ee
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/62c5c3ee
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/62c5c3ee

Branch: refs/heads/master
Commit: 62c5c3eee32ccbb895d59d69f04b1a774150f35a
Parents: 85adb1e
Author: Andrew Schwartzmeyer <an...@schwartzmeyer.com>
Authored: Thu Jun 14 13:45:20 2018 -0700
Committer: Andrew Schwartzmeyer <an...@schwartzmeyer.com>
Committed: Thu Jun 14 13:45:20 2018 -0700

----------------------------------------------------------------------
 3rdparty/libprocess/src/CMakeLists.txt | 16 ----------------
 1 file changed, 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/62c5c3ee/3rdparty/libprocess/src/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/src/CMakeLists.txt b/3rdparty/libprocess/src/CMakeLists.txt
index eb88afb..619183e 100644
--- a/3rdparty/libprocess/src/CMakeLists.txt
+++ b/3rdparty/libprocess/src/CMakeLists.txt
@@ -27,38 +27,24 @@ endif ()
 set(PROCESS_SRC
   authenticator.cpp
   authenticator_manager.cpp
-  authenticator_manager.hpp
   clock.cpp
-  config.hpp
-  decoder.hpp
-  encoder.hpp
-  event_loop.hpp
-  event_queue.hpp
   firewall.cpp
-  gate.hpp
   gtest_constants.cpp
   help.cpp
   http.cpp
   http_proxy.cpp
-  http_proxy.hpp
   io.cpp
   latch.cpp
   logging.cpp
   memory_profiler.cpp
-  memory_profiler.hpp
   metrics/metrics.cpp
   mime.cpp
   pid.cpp
   poll_socket.cpp
-  poll_socket.hpp
   process.cpp
-  process_reference.hpp
   profiler.cpp
   reap.cpp
-  run_queue.hpp
-  semaphore.hpp
   socket.cpp
-  socket_manager.hpp
   subprocess.cpp
   time.cpp)
 
@@ -77,12 +63,10 @@ endif ()
 
 if (ENABLE_LIBEVENT)
   list(APPEND PROCESS_SRC
-    libevent.hpp
     libevent.cpp
     libevent_poll.cpp)
 else ()
   list(APPEND PROCESS_SRC
-    libev.hpp
     libev.cpp
     libev_poll.cpp)
 endif ()