aboutsummaryrefslogtreecommitdiff
path: root/dpid
diff options
context:
space:
mode:
Diffstat (limited to 'dpid')
-rw-r--r--dpid/dpid_common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/dpid/dpid_common.h b/dpid/dpid_common.h
index fd0e094f..11bd0148 100644
--- a/dpid/dpid_common.h
+++ b/dpid/dpid_common.h
@@ -35,10 +35,6 @@
#define CKD_WRITE(fd, msg) ckd_write(fd, msg, __FILE__, __LINE__)
#define CKD_CLOSE(fd) ckd_close(fd, __FILE__, __LINE__)
-/*! Error codes for dpid */
-//fix for gcc 10
-extern enum dpi_errno;
-
/*! Intended for identifying dillo plugins
* and related files
*/