summaryrefslogtreecommitdiff
path: root/src/gd.c
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-06-27 02:04:37 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-06-27 02:04:37 +0200
commit01c59d840b1d126642267a12a8e1435915e1f730 (patch)
treee5ce6187a924089d680b4ae104221b5eaccd4e41 /src/gd.c
parent1e3a3d9819036870bcdc24389466145f691ccd53 (diff)
downloadlibgd-01c59d840b1d126642267a12a8e1435915e1f730.tar.gz
Remove Git ident attributes
Git ident attributes were in most cases utilized with SVN and keywords substitutions, where $Id$ were replaced with certain revision from the repository. In Git this functionality is different. Each $Id$ needs to be defined in .gitattributes file to be effective. This patch removes unused and outdated attributes.
Diffstat (limited to 'src/gd.c')
-rw-r--r--src/gd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gd.c b/src/gd.c
index e21cd30..97836e4 100644
--- a/src/gd.c
+++ b/src/gd.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
#include <stdio.h>
#include <math.h>
#include <string.h>