src/relpipe-lib-common.cpp
branchv_0
changeset 18 9d566568d37c
parent 17 46151cd23815
--- a/src/relpipe-lib-common.cpp	Sun Nov 17 12:14:18 2019 +0100
+++ b/src/relpipe-lib-common.cpp	Wed Nov 20 14:56:41 2019 +0100
@@ -19,9 +19,7 @@
  */
 
 /*
- * The relpipe-lib-protocol.cpp is a header-only C++ library.
- * Generated .so file is quite useless and it is not needed to compile this library.
- * Compilation just validates that the .h file has no severe bugs.
- * In future, the binary might contain some code for testing purposes.
+ * The header-only parts of this library should be included from here.
+ * Compilation validates that the .h file has no severe bugs.
  */
 #include "../include/relpipe/protocol/constants.h"
\ No newline at end of file