| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7861ca5 commit 284db53
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1957,16 +1957,6 @@ void Initialize(Local<Object> target, | |||
| 1957 | 1957 | FIXED_ONE_BYTE_STRING(env->isolate(), "DNS_ORDER_IPV6_FIRST"), | |
| 1958 | 1958 | Integer::New(env->isolate(), DNS_ORDER_IPV6_FIRST)) | |
| 1959 | 1959 | .Check(); | |
| 1960 | - target | ||
| 1961 | - ->Set(env->context(), | ||
| 1962 | - FIXED_ONE_BYTE_STRING(env->isolate(), "AF_INET"), | ||
| 1963 | - Integer::New(env->isolate(), AF_INET)) | ||
| 1964 | - .Check(); | ||
| 1965 | - target | ||
| 1966 | - ->Set(env->context(), | ||
| 1967 | - FIXED_ONE_BYTE_STRING(env->isolate(), "AF_INET"), | ||
| 1968 | - Integer::New(env->isolate(), AF_INET)) | ||
| 1969 | - .Check(); | ||
| 1970 | 1960 | ||
| 1971 | 1961 | Local<FunctionTemplate> aiw = | |
| 1972 | 1962 | BaseObject::MakeLazilyInitializedJSTemplate(env); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments