From d931cde4d74ef1eee77594dd60c3a5b587394a1a Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 17 Aug 2010 12:49:31 -0700 Subject: 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. --- lib/ovsdb-data.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/ovsdb-data.h') 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); -- cgit v1.2.1