ovsdb: Remove prototypes for unimplemented functions.
authorBen Pfaff <blp@nicira.com>
Wed, 27 Mar 2013 16:33:10 +0000 (09:33 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 27 Mar 2013 22:25:24 +0000 (15:25 -0700)
Signed-off-by: Ben Pfaff <blp@nicira.com>
ovsdb/ovsdb.h

index 6e4ff79..e976d3b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2009, 2010, 2011, 2012 Nicira, Inc.
+/* Copyright (c) 2009, 2010, 2011, 2012, 2013 Nicira, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -69,10 +69,6 @@ void ovsdb_destroy(struct ovsdb *);
 
 void ovsdb_get_memory_usage(const struct ovsdb *, struct simap *usage);
 
-struct ovsdb_error *ovsdb_from_json(const struct json *, struct ovsdb **)
-    WARN_UNUSED_RESULT;
-struct json *ovsdb_to_json(const struct ovsdb *);
-
 struct ovsdb_table *ovsdb_get_table(const struct ovsdb *, const char *);
 
 struct json *ovsdb_execute(struct ovsdb *, const struct ovsdb_session *,