Skip to content

Commit

Permalink
Manually Corrected Merge Issue (#60)
Browse files Browse the repository at this point in the history
No merge strategy fixed the issue that was introduced in 2c5e51f
Manually corrected corrupted files.
  • Loading branch information
Tyler Kuhn committed Nov 30, 2019
1 parent 086fabd commit 77592de
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions GERTe/GEDS/Connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ static unsigned long nonZero = 1;
typedef int SOCKET;
#endif

#ifdef _WIN32
static unsigned long nonZero = 1;
#endif

class Connection {
protected:
Connection(SOCKET, std::string);
Expand Down
1 change: 0 additions & 1 deletion GERTe/GEDS/Poll.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ void removeTracker(SOCKET fd, Poll* context) {
i++;
}
}
#endif

Poll::Poll() {
#ifndef _WIN32
Expand Down
1 change: 0 additions & 1 deletion GERTe/GEDS/netty.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ void runServer() { //Listen for new connections
close(newSock);
#endif
}
catch (int e) {}
}
}

Expand Down
2 changes: 0 additions & 2 deletions GERTe/GEDS/netty.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ typedef unsigned short USHORT;
typedef unsigned long long SOCKET;
#else
typedef int SOCKET;
#else
typedef unsigned long long SOCKET;
#endif

void runServer();
Expand Down

0 comments on commit 77592de

Please sign in to comment.