Commit Diff


commit - 964d3c5bf3328f4a856b9ad185a68298720e5404
commit + 72054488e646c3337218adbcb800524654a1ef23
blob - e6920526a88b2db2979bc8cf680b47badcb88bbd
blob + 913393e0538ea85ff30ac2493fa08b0469e9272b
--- libexec/got-fetch-pack/got-fetch-pack.c
+++ libexec/got-fetch-pack/got-fetch-pack.c
@@ -314,9 +314,7 @@ struct got_capability {
 };
 static const struct got_capability got_capabilities[] = {
 	{ GOT_CAPA_AGENT, "got/" GOT_VERSION_STR },
-	#if 0
 	{ GOT_CAPA_OFS_DELTA, NULL },
-	#endif
 	{ GOT_CAPA_SIDE_BAND_64K, NULL },
 };