Reorganizing kvstore sources and switching build system to CMake.
[bluesky.git] / kvstore / protobufrpc / SConscript
diff --git a/kvstore/protobufrpc/SConscript b/kvstore/protobufrpc/SConscript
deleted file mode 100644 (file)
index b972f84..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-Import('env')
-
-base_files = ['protobufrpc.cc', 'socket_pool.cc', 'workqueue.cc']
-
-protobufrpc = env.StaticLibrary('protobufrpc', base_files)
-
-Return('protobufrpc')