aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/multibyte.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/odbc/multibyte.h')
-rw-r--r--src/interfaces/odbc/multibyte.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/interfaces/odbc/multibyte.h b/src/interfaces/odbc/multibyte.h
index 8c9b4cce025..47a57b0ade6 100644
--- a/src/interfaces/odbc/multibyte.h
+++ b/src/interfaces/odbc/multibyte.h
@@ -86,7 +86,4 @@ void encoded_str_constr(encoded_str *encstr, int ccsc, const char *str);
#define make_encoded_str(encstr, conn, str) encoded_str_constr(encstr, conn->ccsc, str)
extern int encoded_nextchar(encoded_str *encstr);
extern int encoded_byte_check(encoded_str *encstr, int abspos);
-
-/* This doesn't seem to be called by anyone, bjm 2002-03-24 */
-extern int pg_ismb(int characterset_code);
#define check_client_encoding(X) pg_CS_name(pg_CS_code(X))