Remove unused realloc
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 6 Jan 2011 19:44:14 +0000 (14:44 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 6 Jan 2011 19:44:14 +0000 (14:44 -0500)
commit1c3183027fe823cd673866ba29d169b69f8efba1
treecb7a7fd32d7eaaada8a735b72257c9d2afe8c1ab
parent76691f0240d6de230e9b42280b54e91639464635
Remove unused realloc

We always allocate and grow str and pos together.
src/hb-buffer.cc