Skip to content

Commit ce7ad3a

Browse files
committed
remove useless comments
1 parent ce0d662 commit ce7ad3a

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

ortools/gscip/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ target_link_libraries(${NAME} PRIVATE
3333
absl::strings
3434
absl::str_format
3535
protobuf::libprotobuf
36-
SCIP::libscip
36+
$<$<BOOL:${USE_SCIP}>:libscip>
3737
${PROJECT_NAMESPACE}::ortools_proto)
3838
#add_library(${PROJECT_NAMESPACE}::gscip ALIAS ${NAME})

ortools/scheduling/python/rcpsp_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
"""Tests for ortools.scheduling.python.rcpsp."""
16-
1715
from absl import app
1816
from absl import flags
1917
from absl.testing import absltest

ortools/util/python/sorted_interval_list_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
"""Tests for ortools.util.python.sorted_interval_list."""
16-
1715
from absl.testing import absltest
1816
from ortools.util.python import sorted_interval_list
1917

0 commit comments

Comments
 (0)