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

@ -30,7 +30,6 @@
#include "third_party/python/Include/structmember.h"
#include "third_party/python/Include/sysmodule.h"
#include "third_party/python/Include/yoink.h"
#include "third_party/quickjs/internal.h"
PYTHON_PROVIDE("_pickle");
PYTHON_PROVIDE("_pickle.PickleError");

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

View file

@ -20,7 +20,6 @@
#include "third_party/python/Include/tupleobject.h"
#include "third_party/python/Include/unicodeobject.h"
#include "third_party/python/Python/wordcode_helpers.inc"
#include "third_party/quickjs/internal.h"
/* Peephole optimizations for bytecode compiler. */