From b3813dfed95e571fe60537c4aa6b124a179cf011 Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Sat, 13 Apr 2019 17:59:34 -0600 Subject: [PATCH] CMake: Update for upstream change (threadSafePointerTo deletion) --- panda/src/express/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/panda/src/express/CMakeLists.txt b/panda/src/express/CMakeLists.txt index 9f179d0752..301baf6f56 100644 --- a/panda/src/express/CMakeLists.txt +++ b/panda/src/express/CMakeLists.txt @@ -44,8 +44,6 @@ set(P3EXPRESS_HEADERS subStream.I subStream.h subStreamBuf.h subfileInfo.h subfileInfo.I temporaryFile.h temporaryFile.I - threadSafePointerTo.I threadSafePointerTo.h - threadSafePointerToBase.I threadSafePointerToBase.h trueClock.I trueClock.h typedReferenceCount.I typedReferenceCount.h typedef.h virtualFileList.I virtualFileList.h @@ -100,8 +98,6 @@ set(P3EXPRESS_SOURCES subStream.cxx subStreamBuf.cxx subfileInfo.cxx temporaryFile.cxx - threadSafePointerTo.cxx - threadSafePointerToBase.cxx trueClock.cxx typedReferenceCount.cxx virtualFileComposite.cxx virtualFile.cxx virtualFileList.cxx