From 543b402f38ffc0be797c37ef05c945fe57541fa3 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 11 May 2014 16:31:51 +0000 Subject: * ext/socket/ifaddr.c (IS_IFADDRS): Unused macro removed. * ext/strscan/strscan.c (BUFSIZE): Ditto. * ext/zlib/zlib.c (OBJ_IS_FREED): Ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/strscan/strscan.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/strscan/strscan.c') diff --git a/ext/strscan/strscan.c b/ext/strscan/strscan.c index ec983e1f50..ad0c527972 100644 --- a/ext/strscan/strscan.c +++ b/ext/strscan/strscan.c @@ -1138,7 +1138,6 @@ strscan_restsize(VALUE self) } #define INSPECT_LENGTH 5 -#define BUFSIZE 256 /* * Returns a string that represents the StringScanner object, showing: -- cgit v1.2.3