Fossil SCM

Remove a function which isn't use anywhere

jan.nijtmans 2016-06-17 07:24 trunk
Commit e2a280fc890e2c7afa0e27908ab5c6f98ed4276d
1 file changed -3
-3
--- src/blob.c
+++ src/blob.c
@@ -653,13 +653,10 @@
653653
*/
654654
int blob_is_uuid(Blob *pBlob){
655655
return blob_size(pBlob)==UUID_SIZE
656656
&& validate16(blob_buffer(pBlob), UUID_SIZE);
657657
}
658
-int blob_is_uuid_n(Blob *pBlob, int n){
659
- return blob_size(pBlob)==n && validate16(blob_buffer(pBlob), n);
660
-}
661658
662659
/*
663660
** Return true if the blob contains a valid 32-bit integer. Store
664661
** the integer value in *pValue.
665662
*/
666663
--- src/blob.c
+++ src/blob.c
@@ -653,13 +653,10 @@
653 */
654 int blob_is_uuid(Blob *pBlob){
655 return blob_size(pBlob)==UUID_SIZE
656 && validate16(blob_buffer(pBlob), UUID_SIZE);
657 }
658 int blob_is_uuid_n(Blob *pBlob, int n){
659 return blob_size(pBlob)==n && validate16(blob_buffer(pBlob), n);
660 }
661
662 /*
663 ** Return true if the blob contains a valid 32-bit integer. Store
664 ** the integer value in *pValue.
665 */
666
--- src/blob.c
+++ src/blob.c
@@ -653,13 +653,10 @@
653 */
654 int blob_is_uuid(Blob *pBlob){
655 return blob_size(pBlob)==UUID_SIZE
656 && validate16(blob_buffer(pBlob), UUID_SIZE);
657 }
 
 
 
658
659 /*
660 ** Return true if the blob contains a valid 32-bit integer. Store
661 ** the integer value in *pValue.
662 */
663

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button