diff options
| author | Tyge Løvset <[email protected]> | 2021-05-07 11:50:29 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-05-07 11:50:29 +0200 |
| commit | d0ac1846d2f18366590f5fbdabf04fe11182906d (patch) | |
| tree | 406d2f22ee4a34a953d53c378f383550ae249210 | |
| parent | b2558e4523a3a5d48c214e2625df46b71ecb1060 (diff) | |
| download | STC-modified-d0ac1846d2f18366590f5fbdabf04fe11182906d.tar.gz STC-modified-d0ac1846d2f18366590f5fbdabf04fe11182906d.zip | |
Forgot to remove.
| -rw-r--r-- | stc/cstr.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -167,10 +167,6 @@ cstr_iends_with(cstr s, const char* needle) { }
/* cvec/cmap adaption functions: */
-#define c_rawstr_compare(rx, ry) strcmp(*(rx), *(ry))
-#define c_rawstr_equals(rx, ry) (strcmp(*(rx), *(ry)) == 0)
-#define c_rawstr_hash(rp, none) c_default_hash(*(rp), strlen(*(rp)))
-
#define cstr_toraw(xp) ((xp)->str)
#define cstr_compare_ref(xp, yp) strcmp((xp)->str, (yp)->str)
#define cstr_equals_ref(xp, yp) (strcmp((xp)->str, (yp)->str) == 0)
|
