]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
config/admin_socket: Remove PFL_* stuff since nobody's using it
authorAdam C. Emerson <aemerson@redhat.com>
Tue, 30 Jan 2018 20:33:35 +0000 (15:33 -0500)
committerAdam C. Emerson <aemerson@redhat.com>
Fri, 16 Feb 2018 19:31:35 +0000 (14:31 -0500)
If we want to, we have other ways of getting data out of a thread.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/common/admin_socket.cc

index 0b2ee7347bfc84cfacdf00198ae3e30e8df74719..2b4fc4cfc3e936c6020a0d8e8ac59abb75f43f00 100644 (file)
@@ -108,9 +108,6 @@ AdminSocket::~AdminSocket()
  * AdminSocketConfigObs class to join() it.
  */
 
-#define PFL_SUCCESS ((void*)(intptr_t)0)
-#define PFL_FAIL ((void*)(intptr_t)1)
-
 std::string AdminSocket::create_shutdown_pipe(int *pipe_rd, int *pipe_wr)
 {
   int pipefd[2];