Skip to content

Commit 2b59e28

Browse files
committed
remove ununsed variable
1 parent 6aaeaea commit 2b59e28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

PubNubUnity/Assets/PubNub/Builders/History/MessageCountsRequestBuilder.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ public MessageCountsRequestBuilder(PubNubUnity pn):base(pn, PNOperationType.PNMe
1515
private string TimetokenToUse {get; set;}
1616

1717
private List<string> ChannelTimetokensToUse {get; set;}
18-
private bool IncludeTimetokenInHistory;
1918

2019
public MessageCountsRequestBuilder Channels(List<string> channelNames){
2120
ChannelsToUse = channelNames;

0 commit comments

Comments
 (0)