From cf8d9e12f5222e5e6173a82f58c14b7eb6842c46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Wed, 18 Aug 2010 18:53:44 +0300 Subject: blob: definite null blob inline Should be faster in most cases to write two null words than to copy them around. --- blob.c | 1 - 1 file changed, 1 deletion(-) (limited to 'blob.c') diff --git a/blob.c b/blob.c index 5a3b226..81722d2 100644 --- a/blob.c +++ b/blob.c @@ -1,6 +1,5 @@ #include "blob.h" -const blob_t BLOB_NULL = { NULL, 0 }; static const char *xd = "0123456789abcdefghijklmnopqrstuvwxyz"; static inline int dx(int c) -- cgit v1.2.3