From: Michihiro NAKAJIMA Date: Mon, 26 Jan 2009 14:55:01 +0000 (-0500) Subject: Remove dated comment. X-Git-Tag: v2.7.0~399 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=120741985ab0c6aeb7d2bacd8dbdd56dbc2c70a1;p=thirdparty%2Flibarchive.git Remove dated comment. SVN-Revision: 494 --- diff --git a/libarchive/test/main.c b/libarchive/test/main.c index 06524bdfa..2f1e49565 100644 --- a/libarchive/test/main.c +++ b/libarchive/test/main.c @@ -934,10 +934,6 @@ get_refdir(void) } #if defined(_WIN32) && defined(_DEBUG) - /* You should have to add "$(TargetDir)" to - * Properties > Configuration Properties > Debugging > Working Directory, - * if you are running libarchive_test.exe on Visual Studio. - */ DebugBreak(); #endif printf("Unable to locate known reference file %s\n", KNOWNREF);