Skip to content

Commit

Permalink
Simplify definition directives
Browse files Browse the repository at this point in the history
Co-authored-by: Julian Oes <julian@oes.ch>
  • Loading branch information
CodeTriangle and julianoes authored Jun 29, 2022
1 parent 7b0eace commit 0709325
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mavsdk/core/fs_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
#include <unistd.h>
#include "fs.h"

#if defined(WINDOWS)
#else
#if !defined(WINDOWS)
#define PATH_MAX 4096

TEST(Filesystem, AbsolutePathUnchanged)
Expand Down

0 comments on commit 0709325

Please sign in to comment.