Commit dfe21045 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

File more bits off the VSC api

parent cb72dc4f
......@@ -40,6 +40,7 @@
#include "vend.h"
#include "vgz.h"
#include "vsl_priv.h"
#include "vapi/vsc_int.h"
#include "vmb.h"
#include "vtim.h"
......
......@@ -44,7 +44,6 @@
#include "vdef.h"
#include "vqueue.h"
#include "vsb.h"
#include "vapi/vsc_int.h"
/**********************************************************************/
......
......@@ -37,7 +37,3 @@ enum VSC_level_e {
#include "tbl/vsc_levels.h"
VSC_level_MAX,
};
/* Forward declare the static vsc type names */
#define VSC_TYPE_F(n,t,l,e,d) extern const char *VSC_type_##n;
#include "tbl/vsc_types.h"
......@@ -269,7 +269,6 @@ vsc_add_vf(struct vsc *vsc, const struct VSM_fantom *fantom, int order)
vf->fantom = *fantom;
REPLACE(vf->section.type, vf->fantom.type);
REPLACE(vf->section.ident, vf->fantom.ident);
// vf->section.desc = desc;
vf->order = order;
VTAILQ_FOREACH(vf2, &vsc->vf_list, list) {
......
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