File tree Expand file tree Collapse file tree 4 files changed +2
-4
lines changed
com.oracle.graal.python.cext/src
com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/cext Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2018, 2019 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2018, 2020 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* The Universal Permissive License (UPL), Version 1.0
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2018, 2019 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2018, 2020 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* The Universal Permissive License (UPL), Version 1.0
Original file line number Diff line number Diff line change 70
70
import com .oracle .graal .python .builtins .objects .cext .CExtNodesFactory .GetTypeMemberNodeGen ;
71
71
import com .oracle .graal .python .builtins .objects .cext .CExtNodesFactory .IsPointerNodeGen ;
72
72
import com .oracle .graal .python .builtins .objects .cext .CExtNodesFactory .ObjectUpcallNodeGen ;
73
- import com .oracle .graal .python .builtins .objects .cext .CExtNodesFactory .PointerCompareNodeGen ;
74
73
import com .oracle .graal .python .builtins .objects .cext .CExtNodesFactory .TernaryFirstSecondToSulongNodeGen ;
75
74
import com .oracle .graal .python .builtins .objects .cext .CExtNodesFactory .TernaryFirstThirdToSulongNodeGen ;
76
75
import com .oracle .graal .python .builtins .objects .cext .CExtNodesFactory .TransformExceptionToNativeNodeGen ;
Original file line number Diff line number Diff line change @@ -130,7 +130,6 @@ public abstract class NativeCAPISymbols {
130
130
private static final String FUN_GET_DOUBLE_PTR_T_TYPEID = "get_double_ptr_t_typeid" ;
131
131
private static final String FUN_GET_PY_SSIZE_PTR_T_TYPEID = "get_Py_ssize_ptr_t_typeid" ;
132
132
133
-
134
133
@ CompilationFinal (dimensions = 1 ) private static final String [] values ;
135
134
static {
136
135
Field [] declaredFields = NativeCAPISymbols .class .getDeclaredFields ();
You can’t perform that action at this time.
0 commit comments