Skip to content

Commit

Permalink
cleanup: Remove unused macro LOCATION.
Browse files Browse the repository at this point in the history
git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@7226 8aca7d54-2c30-db11-9de9-000461428c89
  • Loading branch information
chmallon committed May 27, 2014
1 parent 1981c25 commit ab8522c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions simdebug.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ void init_logging(const char *logname, bool force_flush, bool log_debug, const c
#define DBG_DEBUG dbg->message
#define DBG_DEBUG4 dbg->debug

#ifdef _MSC_VER
#define LOCATION __FILE__ "(" STR(__LINE__) ") " __FUNCTION__ "() "
#else
#define LOCATION
#endif

#endif

#endif

0 comments on commit ab8522c

Please sign in to comment.