Skip to content

Commit f2788e8

Browse files
committed
Remove useless files
1 parent d1b0761 commit f2788e8

5 files changed

+0
-17
lines changed

atintegrators/passFunctionMAC.map

-4
This file was deleted.

atintegrators/passFunctionMAC.mapext

-3
This file was deleted.

atintegrators/trackFunctionMAC.map

-4
This file was deleted.

atintegrators/trackFunctionMAC.mapext

-3
This file was deleted.

atmat/atmexall.m

-3
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ function atmexall(varargin)
7575
elseif ismac()
7676
mapc=make_flags(cflags, [ldflags {'-Wl,-exported_symbol,_trackFunction'}]);
7777
mapcpp=make_flags(cppflags, [ldflags {'-Wl,-exported_symbol,_trackFunction'}]);
78-
% exportflag = sprintf('VERSIONMAP="%s"',fullfile(pdir, 'trackFunctionMAC.mapext'));
79-
% mapc=[mexflags {exportflag, 'LINKEXPORT=""'}];
80-
% mapcpp=[mexcpp {exportflag, 'LINKEXPORT=""'}];
8178
else
8279
exportflag = sprintf('VERSIONMAP="%s"',fullfile(pdir, 'mexFunctionGLNX86.mapext'));
8380
mapc=[mexflags {exportflag, 'LINKEXPORT=""'}];

0 commit comments

Comments
 (0)