| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 67834ee commit a730cdb
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1935,16 +1935,6 @@ void Initialize(Local<Object> target, | |||
| 1935 | 1935 | FIXED_ONE_BYTE_STRING(env->isolate(), "DNS_ORDER_IPV6_FIRST"), | |
| 1936 | 1936 | Integer::New(env->isolate(), DNS_ORDER_IPV6_FIRST)) | |
| 1937 | 1937 | .Check(); | |
| 1938 | - target | ||
| 1939 | - ->Set(env->context(), | ||
| 1940 | - FIXED_ONE_BYTE_STRING(env->isolate(), "AF_INET"), | ||
| 1941 | - Integer::New(env->isolate(), AF_INET)) | ||
| 1942 | - .Check(); | ||
| 1943 | - target | ||
| 1944 | - ->Set(env->context(), | ||
| 1945 | - FIXED_ONE_BYTE_STRING(env->isolate(), "AF_INET"), | ||
| 1946 | - Integer::New(env->isolate(), AF_INET)) | ||
| 1947 | - .Check(); | ||
| 1948 | 1938 | ||
| 1949 | 1939 | Local<FunctionTemplate> aiw = | |
| 1950 | 1940 | BaseObject::MakeLazilyInitializedJSTemplate(env); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments