Commit ce6df723 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

vsl: Remove redundant declarations

parent 9d35b841
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
#define VAPI_VSL_INT_H_INCLUDED #define VAPI_VSL_INT_H_INCLUDED
#define VSL_CLASS "Log" #define VSL_CLASS "Log"
#define VSL_SEGMENTS 8U #define VSL_SEGMENTS 8U // power of two
/* /*
* Shared memory log format * Shared memory log format
......
...@@ -41,9 +41,6 @@ ...@@ -41,9 +41,6 @@
#include "vapi/vsl_int.h" #include "vapi/vsl_int.h"
#define VSL_CLASS "Log"
#define VSL_SEGMENTS 8U // power of two
/* /*
* Shared memory log format * Shared memory log format
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment