kcar RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* [PATCH] kcar.rl: remove unused REASON length check
@ 2015-01-14  2:12 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2015-01-14  2:12 UTC (permalink / raw)
  To: kcar-public; +Cc: Eric Wong

Apparently it's never used, but gcc never detected it.
---
 ext/kcar/kcar.rl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ext/kcar/kcar.rl b/ext/kcar/kcar.rl
index 500dc3c..1130b75 100644
--- a/ext/kcar/kcar.rl
+++ b/ext/kcar/kcar.rl
@@ -34,7 +34,6 @@ static ID id_sq, id_sq_set;
 DEF_MAX_LENGTH(FIELD_NAME, 256);
 DEF_MAX_LENGTH(FIELD_VALUE, 80 * 1024);
 DEF_MAX_LENGTH(HEADER, (1024 * (80 + 32)));
-DEF_MAX_LENGTH(REASON, 256);
 
 #define UH_FL_CHUNKED  0x1
 #define UH_FL_HASBODY  0x2
-- 
EW


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-01-14  2:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-14  2:12 [PATCH] kcar.rl: remove unused REASON length check Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/kcar.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).