Skip to content

Commit 13002bf

Browse files
committed
Remove unnecessary (and wrong) forward declaration.
Interestingly only C++ compilers have, so far, complained about this odd forward declaration. This originated when IndexBuildCallback was defined in another file, but now is completely unnecessary (but was wrong before too, cpluspluscheck just wouldn't have noticed). Reported-By: Tom Lane Discussion: https://postgr.es/m/53941.1559239260@sss.pgh.pa.us
1 parent fe415ff commit 13002bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/include/access/tableam.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ extern bool synchronize_seqscans;
3333

3434
struct BulkInsertStateData;
3535
struct IndexInfo;
36-
struct IndexBuildCallback;
3736
struct SampleScanState;
3837
struct TBMIterateResult;
3938
struct VacuumParams;

0 commit comments

Comments
 (0)