diff options
| author | brad <brad@lindenlab.com> | 2009-06-26 15:10:53 -0400 | 
|---|---|---|
| committer | brad <brad@lindenlab.com> | 2009-06-26 15:10:53 -0400 | 
| commit | 6da0725c3b75c24855537df877672595de8e56e6 (patch) | |
| tree | e92fe060bb89fc0d4ec91b490667b0898ee6f4fe | |
| parent | b74af1c2aa4d8804a240135f54df7d3c21ce3ab6 (diff) | |
Moved LLAPRSockStream out of llcommon into eventhost module so I can reenable its tests in the new world order.
| -rw-r--r-- | indra/llcommon/CMakeLists.txt | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt index ecb6c283db..4ba74ab837 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  | 
