summaryrefslogtreecommitdiff
path: root/lib/ovsdb-data.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-08-17 12:49:31 -0700
committerBen Pfaff <blp@nicira.com>2010-08-25 14:55:47 -0700
commitd931cde4d74ef1eee77594dd60c3a5b587394a1a (patch)
tree2022135ce7e26074d747b0288544d61145fd4a01 /lib/ovsdb-data.h
parentd53e44e9346d6755ebc4ac70d3f43ce8fd98ea57 (diff)
downloadopenvswitch-d931cde4d74ef1eee77594dd60c3a5b587394a1a.tar.gz
ovsdb: Remove unused ovsdb_datum_from_json_unique().
This function was not used outside of the test-ovsdb program. It seems like we might as well remove it.
Diffstat (limited to 'lib/ovsdb-data.h')
-rw-r--r--lib/ovsdb-data.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/ovsdb-data.h b/lib/ovsdb-data.h
index 820a4dbb3..ae0faa26e 100644
--- a/lib/ovsdb-data.h
+++ b/lib/ovsdb-data.h
@@ -84,11 +84,6 @@ struct ovsdb_error *ovsdb_atom_from_json(union ovsdb_atom *,
const struct json *,
struct ovsdb_symbol_table *)
WARN_UNUSED_RESULT;
-struct ovsdb_error *ovsdb_datum_from_json_unique(struct ovsdb_datum *,
- const struct ovsdb_type *,
- const struct json *,
- struct ovsdb_symbol_table *)
- WARN_UNUSED_RESULT;
struct json *ovsdb_atom_to_json(const union ovsdb_atom *,
enum ovsdb_atomic_type);