Skip to content

Commit

Permalink
Useless
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Cornu committed May 10, 2024
1 parent d58babd commit 1082c4b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/modlunit/units.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,6 @@ static int Getc(FILE* inp) {
#define UNIT_STK_SIZE 20
static struct unit unit_stack[UNIT_STK_SIZE], *usp{nullptr};

static std::string hoc_dos2unixpath(std::string d) {
std::replace(d.begin(), d.end(), '\\', '/');
return d;
}

static std::string neuronhome() {
#if defined(MINGW)
std::string buf(256, '\0');
Expand Down

0 comments on commit 1082c4b

Please sign in to comment.