Retire third_party/quickjs/

QuickJS cosmocc binaries are now being distributed on
https://bellard.org/quickjs/
This commit is contained in:
Justine Tunney 2024-01-17 12:32:49 -08:00
parent 08793aa143
commit 1ef63eb206
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
111 changed files with 0 additions and 98553 deletions

View file

@ -11,7 +11,6 @@
#include "third_party/python/Include/objimpl.h"
#include "third_party/python/Include/structmember.h"
#include "third_party/python/Include/weakrefobject.h"
#include "third_party/quickjs/quickjs.h"
#define GET_WEAKREFS_LISTPTR(o) \
((PyWeakReference **) PyObject_GET_WEAKREFS_LISTPTR(o))