remove the no longer used uthash

This commit is contained in:
Kovid Goyal 2024-07-11 20:21:49 +05:30
parent dca2663500
commit 870607aa38
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
2 changed files with 0 additions and 1152 deletions

1140
3rdparty/uthash.h vendored

File diff suppressed because it is too large Load diff

View file

@ -1,12 +0,0 @@
/*
* Copyright (C) 2021 Kovid Goyal <kovid at kovidgoyal.net>
*
* Distributed under terms of the GPL3 license.
*/
#pragma once
#include "data-types.h"
#define uthash_fatal(msg) fatal(msg)
#define hash_handle_type UT_hash_handle
#include "../3rdparty/uthash.h"