summaryrefslogtreecommitdiff
path: root/strerror_override_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'strerror_override_private.h')
-rw-r--r--strerror_override_private.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/strerror_override_private.h b/strerror_override_private.h
deleted file mode 100644
index 8726e59..0000000
--- a/strerror_override_private.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef __json_strerror_override_private_h__
-#define __json_strerror_override_private_h__
-
-/**
- * @file
- * @brief Do not use, json-c internal, may be changed or removed at any time.
- */
-
-#include "json_types.h"
-
-/* Used by tests to get consistent output */
-JSON_EXPORT int _json_c_strerror_enable;
-
-#endif