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
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"