version.c: Remove unused version_git().
[paraslash.git] / version.c
index 151974e596624815cf33cacba5b5881c82cac6f3..b5037909c013ba4cc0fba503168fb94dc1c0c84b 100644 (file)
--- a/version.c
+++ b/version.c
 #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.
  *