From 6da0725c3b75c24855537df877672595de8e56e6 Mon Sep 17 00:00:00 2001
From: brad <brad@lindenlab.com>
Date: Fri, 26 Jun 2009 15:10:53 -0400
Subject: [PATCH] Moved LLAPRSockStream out of llcommon into eventhost module
 so I can reenable its tests in the new world order.

---
 indra/llcommon/CMakeLists.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt
index ecb6c283dbf..4ba74ab837c 100644
--- a/indra/llcommon/CMakeLists.txt
+++ b/indra/llcommon/CMakeLists.txt
@@ -24,7 +24,6 @@ set(llcommon_SOURCE_FILES
     llallocator_heap_profile.cpp
     llapp.cpp
     llapr.cpp
-    llaprsockstream.cpp
     llassettype.cpp
     llbase32.cpp
     llbase64.cpp
@@ -102,7 +101,6 @@ set(llcommon_HEADER_FILES
     llagentconstants.h
     llapp.h
     llapr.h
-    llaprsockstream.h
     llassettype.h
     llassoclist.h
     llavatarconstants.h
-- 
GitLab