summaryrefslogtreecommitdiff
path: root/port/libport.h
diff options
context:
space:
mode:
Diffstat (limited to 'port/libport.h')
-rw-r--r--port/libport.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/port/libport.h b/port/libport.h
index 7921c9e1..58a5e912 100644
--- a/port/libport.h
+++ b/port/libport.h
@@ -38,13 +38,4 @@ extern int optopt;
# define HAVE_GETOPT 1
#endif
-#if !defined(HAVE_SNPRINTF)
-#undef vsnprintf
-#define vsnprintf _TIFF_vsnprintf_f
-
-#undef snprintf
-#define snprintf _TIFF_snprintf_f
-int snprintf(char* str, size_t size, const char* format, ...);
-#endif
-
#endif /* ndef _LIBPORT_ */