diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-04-13 14:45:02 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-04-13 14:45:02 +0000 |
commit | fb596dfe949b88d64805fa54c94b3ab8dbf06809 (patch) | |
tree | 06080a25fd22b4c4be50c5597c2cf4cdc698da73 /win/configure.cpp | |
parent | fffca74820a692496ac5f754a9f6960f8da4be05 (diff) |
Eliminate now-pointless label
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9483 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'win/configure.cpp')
-rw-r--r-- | win/configure.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/win/configure.cpp b/win/configure.cpp index a72a95b73..bdf878352 100644 --- a/win/configure.cpp +++ b/win/configure.cpp @@ -139,11 +139,6 @@ int get_svn_revision(char * buffer, size_t len) } return rev; - -bad_rev: - strcpy(buffer, "non-svn"); - if(f) fclose(f); - return 0; } int __stdcall WinMain(IN HINSTANCE hInstance, IN HINSTANCE hPrevInstance, IN LPSTR lpCmdLine, IN int nShowCmd ) |