Gitweb links:
...log
http://git.netsurf-browser.org/nsgenbind.git/shortlog/4486feb85d51473763aeefe4a7a46e1992336bf6
...commit
http://git.netsurf-browser.org/nsgenbind.git/commit/4486feb85d51473763aeefe4a7a46e1992336bf6
...tree
http://git.netsurf-browser.org/nsgenbind.git/tree/4486feb85d51473763aeefe4a7a46e1992336bf6
The branch, master has been updated
via 4486feb85d51473763aeefe4a7a46e1992336bf6 (commit)
from 3b3b926d7fb92361b1e8eed2efb351c32cb7bfaa (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/nsgenbind.git/commit/?id=4486feb85d51473763aeefe4a7a46e1992336bf6
commit 4486feb85d51473763aeefe4a7a46e1992336bf6
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>
remove unused node set API
diff --git a/src/webidl-ast.c b/src/webidl-ast.c
index a1133e3..154855d 100644
--- a/src/webidl-ast.c
+++ b/src/webidl-ast.c
@@ -147,12 +147,6 @@ webidl_new_number_node(enum webidl_node_type type,
return nn;
}
-void
-webidl_node_set(struct webidl_node *node, enum webidl_node_type type, void *r)
-{
- node->type = type;
- node->r.value = r;
-}
int
webidl_node_for_each_type(struct webidl_node *node,
diff --git a/src/webidl-ast.h b/src/webidl-ast.h
index fad070b..5dec239 100644
--- a/src/webidl-ast.h
+++ b/src/webidl-ast.h
@@ -103,8 +103,6 @@ struct webidl_node *webidl_node_new(enum webidl_node_type,
struct webidl_node *l
struct webidl_node *webidl_new_number_node(enum webidl_node_type type, struct
webidl_node *l, int number);
-void webidl_node_set(struct webidl_node *node, enum webidl_node_type type,
void *r);
-
struct webidl_node *webidl_node_prepend(struct webidl_node *list, struct
webidl_node *node);
struct webidl_node *webidl_node_append(struct webidl_node *list, struct
webidl_node *node);
-----------------------------------------------------------------------
Summary of changes:
src/webidl-ast.c | 6 ------
src/webidl-ast.h | 2 --
2 files changed, 8 deletions(-)
diff --git a/src/webidl-ast.c b/src/webidl-ast.c
index a1133e3..154855d 100644
--- a/src/webidl-ast.c
+++ b/src/webidl-ast.c
@@ -147,12 +147,6 @@ webidl_new_number_node(enum webidl_node_type type,
return nn;
}
-void
-webidl_node_set(struct webidl_node *node, enum webidl_node_type type, void *r)
-{
- node->type = type;
- node->r.value = r;
-}
int
webidl_node_for_each_type(struct webidl_node *node,
diff --git a/src/webidl-ast.h b/src/webidl-ast.h
index fad070b..5dec239 100644
--- a/src/webidl-ast.h
+++ b/src/webidl-ast.h
@@ -103,8 +103,6 @@ struct webidl_node *webidl_node_new(enum webidl_node_type,
struct webidl_node *l
struct webidl_node *webidl_new_number_node(enum webidl_node_type type, struct
webidl_node *l, int number);
-void webidl_node_set(struct webidl_node *node, enum webidl_node_type type,
void *r);
-
struct webidl_node *webidl_node_prepend(struct webidl_node *list, struct
webidl_node *node);
struct webidl_node *webidl_node_append(struct webidl_node *list, struct
webidl_node *node);
--
NetSurf Generator for JavaScript bindings
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org