Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
trengginas committed Dec 6, 2023
1 parent f0af589 commit 6bbdf8b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions pjsip-apps/src/swig/java/sample.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
package org.pjsip.pjsua2.app;

import java.io.IOException;
import java.util.HashMap;
import java.util.concurrent.ThreadLocalRandom;

import org.pjsip.pjsua2.*;
import org.pjsip.pjsua2.app.*;

Expand Down
1 change: 0 additions & 1 deletion pjsip-apps/src/swig/python/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import sys
import time
from collections import deque
from random import randint
import struct
import gc

Expand Down

0 comments on commit 6bbdf8b

Please sign in to comment.