[njs] Fixed typo introduced in 75ca26f.

noreply at nginx.com noreply at nginx.com
Tue Feb 25 00:50:02 UTC 2025


details:   https://github.com/nginx/njs/commit/62f863a80ca226b62bf650643806b653a3d6c34f
branches:  master
commit:    62f863a80ca226b62bf650643806b653a3d6c34f
user:      Dmitry Volyntsev <xeioex at nginx.com>
date:      Fri, 21 Feb 2025 22:10:07 -0800
description:
Fixed typo introduced in 75ca26f.


---
 src/qjs.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/qjs.h b/src/qjs.h
index 2d3c289c..7c560d5f 100644
--- a/src/qjs.h
+++ b/src/qjs.h
@@ -33,9 +33,6 @@
 #include <pthread.h>
 
 
-#define QJS_CORE_CLASS_ID_OFFSET    64
-#define QJS_CORE_CLASS_ID_BUFFER    (QJS_CORE_CLASS_ID_OFFSET)
-#define QJS_CORE_CLASS_ID_UINT8_ARRAY_CTOR (QJS_CORE_CLASS_ID_OFFSET + 1)
 #define QJS_CORE_CLASS_ID_OFFSET    64
 #define QJS_CORE_CLASS_ID_BUFFER    (QJS_CORE_CLASS_ID_OFFSET)
 #define QJS_CORE_CLASS_ID_UINT8_ARRAY_CTOR (QJS_CORE_CLASS_ID_OFFSET + 1)


More information about the nginx-devel mailing list