Skip to content

Commit

Permalink
remove tools/rs-server
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel committed Jan 12, 2023
1 parent 83ad56c commit 0c4aae7
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 1,604 deletions.
6 changes: 0 additions & 6 deletions tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ add_subdirectory(terminal)
add_subdirectory(recorder)
add_subdirectory(fw-update)
add_subdirectory(embed)

if(NOT WIN32)
if(BUILD_NETWORK_DEVICE)
add_subdirectory(rs-server)
endif()
endif()
endif()

if(BUILD_EXAMPLES)
Expand Down
65 changes: 0 additions & 65 deletions tools/rs-server/CMakeLists.txt

This file was deleted.

62 changes: 0 additions & 62 deletions tools/rs-server/RsDevice.cpp

This file was deleted.

39 changes: 0 additions & 39 deletions tools/rs-server/RsDevice.hh

This file was deleted.

Loading

2 comments on commit 0c4aae7

@dtrealm
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you remove rs-server?

@maloel
Copy link
Collaborator Author

@maloel maloel commented on 0c4aae7 Oct 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dtrealm

Why did you remove rs-server?

rs-server was part of non-production code that, TBH, wasn't working well. We decided to clean it up and possibly make room for a replacement later on.
The code was static and not actively maintained. I.e., you can reference it from earlier versions of the library, e.g. here.

Please sign in to comment.