Skip to content

Commit f406919

Browse files
committed
AVInput COM-RPC Support: WIP
1 parent e50cfbf commit f406919

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

AVInput/AVInputImplementation.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -738,10 +738,8 @@ namespace Plugin {
738738

739739
Core::hresult AVInputImplementation::WriteEDID(const string& portId, const string& message, SuccessResult& successResult)
740740
{
741-
int id;
742-
743741
try {
744-
id = stoi(portId);
742+
stoi(portId);
745743
} catch (const std::exception& err) {
746744
LOGERR("WriteEDID: Invalid paramater: portId: %s ", portId.c_str());
747745
successResult.success = false;

0 commit comments

Comments
 (0)