Eina strbuf: Remove unused variable.

It's never used because it's the base type and the others override the
magic anyway.
This commit is contained in:
Tom Hacohen 2015-08-04 11:29:34 +01:00
parent 73af3470fd
commit bc8f38a93f
1 changed files with 0 additions and 6 deletions

View File

@ -801,14 +801,8 @@ eina_strbuf_common_length_get(const Eina_Strbuf *buf)
# undef _STRBUF_MAGIC
#endif
#ifdef _STRBUF_MAGIC_STR
# undef _STRBUF_MAGIC_STR
#endif
#define _STRBUF_CSIZE 1
#define _STRBUF_MAGIC EINA_MAGIC_STRBUF
#define _STRBUF_MAGIC_STR __STRBUF_STR_MAGIC_STR
static const char __STRBUF_STR_MAGIC_STR[] = "Eina Strbuf";
/**