You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by ms...@apache.org on 2019/07/12 12:47:44 UTC

[plc4x] branch feature/s7-cpp updated: Remove Comment TODO Windows only

This is an automated email from the ASF dual-hosted git repository.

msommer pushed a commit to branch feature/s7-cpp
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/feature/s7-cpp by this push:
     new a3bdf0d  Remove Comment TODO Windows only
a3bdf0d is described below

commit a3bdf0d5287ce140ee4ba7dbdd2a45143480187c
Author: Markus Sommer <ms...@apache.org>
AuthorDate: Fri Jul 12 14:47:19 2019 +0200

    Remove Comment TODO Windows only
---
 plc4cpp/api/src/main/cpp/org/apache/plc4x/cpp/PlcDriverManager.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/plc4cpp/api/src/main/cpp/org/apache/plc4x/cpp/PlcDriverManager.cpp b/plc4cpp/api/src/main/cpp/org/apache/plc4x/cpp/PlcDriverManager.cpp
index f8245c1..a315298 100644
--- a/plc4cpp/api/src/main/cpp/org/apache/plc4x/cpp/PlcDriverManager.cpp
+++ b/plc4cpp/api/src/main/cpp/org/apache/plc4x/cpp/PlcDriverManager.cpp
@@ -143,7 +143,6 @@ namespace org
                                 try
                                 {
 #if defined (_WIN32)
-                                    //TODO: Only implemented for Windows
                                     HINSTANCE hdll = NULL;
                                     hdll = LoadLibrary((itDirFiles->path().string().c_str()));
                                     if (hdll != NULL)