removed duplicate const declaration
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sat, 16 Sep 2017 09:25:13 +0000 (11:25 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sun, 17 Sep 2017 07:23:48 +0000 (09:23 +0200)
commitf23b29294fe11981eca39360e9479ff25050b556
treed1abf6b1f078fdfe2f7d7572935a37b31b2578aa
parentd97c0f1ed2858c48173c023964cec8234b5bc831
removed duplicate const declaration

During clang compilation the following warning

  duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
  extern const char const examples_dir[];
                  ^
is shown. I removed the duplicate const declaration to avoid the
warning.
src/libpspp/version.h