Skip to content

Commit 57460d0

Browse files
committed
remove unused code
1 parent f212483 commit 57460d0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/main/java/com/opentok/OpenTok.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -289,12 +289,6 @@ public Session createSession() throws OpenTokException {
289289
return createSession(null);
290290
}
291291

292-
private static String repeatString(String str, int times){
293-
StringBuilder ret = new StringBuilder();
294-
for(int i = 0;i < times;i++) ret.append(str);
295-
return ret.toString();
296-
}
297-
298292
private static String readXml(String xpathQuery, String xml) throws XPathExpressionException {
299293
XPathFactory xpathFactory = XPathFactory.newInstance();
300294
XPath xpath = xpathFactory.newXPath();

0 commit comments

Comments
 (0)