X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=version.c;h=b5037909c013ba4cc0fba503168fb94dc1c0c84b;hp=151974e596624815cf33cacba5b5881c82cac6f3;hb=712cb2cb6155ba39fe607980e419ec862bfe1d91;hpb=4d9d588c5df359c3c5f279fbfd4ea51d3a2afc87 diff --git a/version.c b/version.c index 151974e5..b5037909 100644 --- a/version.c +++ b/version.c @@ -10,17 +10,6 @@ #include "version.h" #include "git-version.h" -/** - * Get the raw git version string - * - * \return The string generated by the GIT-VERSION-GEN script. It is passed - * as a preprocessor define during compilation. - */ -__a_const const char *version_git(void) -{ - return GIT_VERSION; -} - /** * Get the version string for an executable. *