Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/tnlp.hh
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,6 @@ namespace roboptim
Number obj_factor,
const Number* lambda);

/// \brief Pointer to function logger (see log4cxx documentation).
static log4cxx::LoggerPtr logger;

private:
/// \brief Non-linear function type.
///
Expand Down
4 changes: 0 additions & 4 deletions src/tnlp.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ namespace roboptim

namespace detail
{
template <typename T>
log4cxx::LoggerPtr Tnlp<T>::logger
(log4cxx::Logger::getLogger ("roboptim.ipopt"));

/// \internal
#ifdef ROBOPTIM_CORE_IPOPT_PLUGIN_CHECK_GRADIENT
template <typename T, typename F>
Expand Down
2 changes: 1 addition & 1 deletion tests/shared-tests
Submodule shared-tests updated 2 files
+0 −6 fixture.hh
+10 −4 tests.cmake