arenadata / gpdb

Arenadata DB
https://docs.arenadata.io/en/ADB/current/introduction/intro.html
Apache License 2.0
40 stars 22 forks source link

ADBDEV-6458 Fix -Wunused-function warning produced by Clang #1085

Closed dnskvlnk closed 1 week ago

dnskvlnk commented 2 weeks ago

Fix -Wunused-function warning produced by Clang

The fast_encode_date function is never used. It is safe to remove this function.

andr-sokolov commented 1 week ago

The description contains two identical sentences. They can be combined in one "Fix -Wunused-function warning produced by Clang". The first letter in the Clang word should be in upper case

bandetto commented 1 week ago

Please make title and the first line of the PR identical.

andr-sokolov commented 1 week ago

Let's add to the description "The fast_encode_date function is never used. It is safe to remove this function."