Skip to content

Commit 735d965

Browse files
committed
Removing unused method.
1 parent 3574ab3 commit 735d965

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/TimeModuleBuiltins.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -295,10 +295,6 @@ private static String twoDigit(int i) {
295295
return padInt(i, 2, '0');
296296
}
297297

298-
private static String twoDigitWithSpace(int i) {
299-
return padInt(i, 2, ' ');
300-
}
301-
302298
public int[] checkStructtime(PTuple time) {
303299
Object[] date = time.getArray();
304300
if(date.length < 9) {

0 commit comments

Comments
 (0)