aboutsummaryrefslogtreecommitdiff
path: root/lib/ofp-print.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-02-15 15:13:41 -0800
committerBen Pfaff <blp@nicira.com>2012-03-07 13:59:01 -0800
commit032f3fbd856864cdcbdf505d404e826999b8a2ae (patch)
tree33a8d1b1c9863f79bdfd54317884110503eb3954 /lib/ofp-print.h
parent31c6fcd7d928dfeadd89eb8c30e4045ae68083be (diff)
ofp-print: Remove unused function ofp_message_type_to_string().
ofputil_msg_type_name() is a better interface. Reviewed-by: Simon Horman <horms@verge.net.au> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'lib/ofp-print.h')
-rw-r--r--lib/ofp-print.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/ofp-print.h b/lib/ofp-print.h
index 428f5ce3..ad204b1e 100644
--- a/lib/ofp-print.h
+++ b/lib/ofp-print.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008, 2009, 2011 Nicira Networks.
+ * Copyright (c) 2008, 2009, 2011, 2012 Nicira Networks.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -40,8 +40,6 @@ void ofp_print_match(struct ds *, const struct ofp_match *, int verbosity);
char *ofp_to_string(const void *, size_t, int verbosity);
char *ofp_match_to_string(const struct ofp_match *, int verbosity);
char *ofp_packet_to_string(const void *data, size_t len);
-char *ofp_message_type_to_string(uint8_t type);
-
#ifdef __cplusplus
}